updated with oauth, footer docs,
This commit is contained in:
+19
-12
@@ -61,19 +61,26 @@ const Home = (props) => {
|
||||
</h1>
|
||||
) : (
|
||||
<h1>
|
||||
{props.accountDetails.accCr !=
|
||||
"false"
|
||||
? props.accountDetails
|
||||
.accCr == "exists"
|
||||
? t(
|
||||
"account:register-new-account-status-not-created-label"
|
||||
)
|
||||
: t(
|
||||
"account:register-new-account-status-created-label"
|
||||
)
|
||||
: t(
|
||||
{console.log(
|
||||
props.accountDetails.accCr
|
||||
)}
|
||||
|
||||
{props.accountDetails.accCr ===
|
||||
false
|
||||
? t(
|
||||
"account:register-new-account-checking-label"
|
||||
)}
|
||||
)
|
||||
: props.accountDetails
|
||||
.accCr === "created"
|
||||
? t(
|
||||
"account:register-new-account-status-created-label"
|
||||
)
|
||||
: props.accountDetails
|
||||
.accCr === "exists"
|
||||
? t(
|
||||
"account:register-new-account-status-not-created-label"
|
||||
)
|
||||
: "wewer"}
|
||||
</h1>
|
||||
)}
|
||||
<RegisterForm
|
||||
|
||||
Reference in New Issue
Block a user