-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self registration as end user #553
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good. 👍 Just commented a few minor things.
}); | ||
}); | ||
}); | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be better to add a similar test case for 'Sign In' option as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, just a doubt , may be a core side question, @khelwood - what will happen if an existing user clicks register button? Would it re-register an existing user or give a warning that user exists already?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@seenanair,in case a user registers with existing credentials, the core handles it as a standard login process
<LoginButton loading={formik.isSubmitting} data-testid="signIn" disabled={formik.isSubmitting}> | ||
Sign In | ||
</LoginButton> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a UI thought, Would it be better to add an 'Or' in between Register and Sign In and to mention in smaller font/Italics for 'Existing users' near to Sign In ?
…ration # Conflicts: # src/types/sdk.ts
No description provided.