-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: refactor api for passkey module #343
Conversation
Signed-off-by: bhavanakarwade <[email protected]>
Signed-off-by: bhavanakarwade <[email protected]>
Signed-off-by: bhavanakarwade <[email protected]>
Signed-off-by: bhavanakarwade <[email protected]>
…ctor-api-for-passkey-module
Signed-off-by: bhavanakarwade <[email protected]>
Signed-off-by: bhavanakarwade <[email protected]>
Signed-off-by: bhavanakarwade <[email protected]>
Signed-off-by: bhavanakarwade <[email protected]>
…ctor-api-for-passkey-module
Signed-off-by: bhavanakarwade <[email protected]>
…ctor-api-for-passkey-module
setIsPasskeySuccess(true); | ||
} else if (resetPasswordSuccess === window?.location?.search) { | ||
setSuccess('Congratulations!! 🎉 Your new password set successfully'); | ||
} | ||
} catch (err) { | ||
console.log("ERROR-LOGIN::", err) | ||
console.log('ERROR-LOGIN::', err); |
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.
Please remove the log
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.
resolved
@@ -205,7 +205,7 @@ const SignUpUser = () => { | |||
|
|||
<Field id='Signupemail' | |||
name='email' | |||
type="email" | |||
// type="email" |
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.
please remove the commented code if not required
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.
resolved
Signed-off-by: bhavanakarwade <[email protected]>
…ctor-api-for-passkey-module
Signed-off-by: bhavanakarwade <[email protected]>
…ctor-api-for-passkey-module
Signed-off-by: bhavanakarwade <[email protected]>
Signed-off-by: bhavanakarwade <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* feat: refactor api for passkey module Signed-off-by: bhavanakarwade <[email protected]> * feat: refactor api for passkey module Signed-off-by: bhavanakarwade <[email protected]> * feat: standardized API for passkey module Signed-off-by: bhavanakarwade <[email protected]> * add interface Signed-off-by: bhavanakarwade <[email protected]> * fix: sonarlint checks Signed-off-by: bhavanakarwade <[email protected]> * changed loader condition Signed-off-by: bhavanakarwade <[email protected]> * refactor api for reset password Signed-off-by: bhavanakarwade <[email protected]> * feat: worked on add passkey functionality in user profile Signed-off-by: bhavanakarwade <[email protected]> * resolved dark mode changes Signed-off-by: bhavanakarwade <[email protected]> * worked on alert box messages Signed-off-by: bhavanakarwade <[email protected]> * handle alert box conditions Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]>
What
Why