added create contact flow for registration
This commit is contained in:
@@ -56,7 +56,13 @@ const Home = (props) => {
|
||||
<h1>Create a new account</h1>
|
||||
) : (
|
||||
<h1>
|
||||
Your account has been created
|
||||
{props.accountDetails.accCr !=
|
||||
"false"
|
||||
? props.accountDetails
|
||||
.accCr == "exists"
|
||||
? "Your account has not created"
|
||||
: "Your account has been created"
|
||||
: "Checking for account.."}
|
||||
</h1>
|
||||
)}
|
||||
<RegisterForm
|
||||
|
||||
Reference in New Issue
Block a user