-
Notifications
You must be signed in to change notification settings - Fork 2
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
merge: develop to QA #576
merge: develop to QA #576
Conversation
Signed-off-by: karan <[email protected]>
…-session-management
fix: user session management
Signed-off-by: karan <[email protected]>
fix: passkey alignment
Signed-off-by: karan <[email protected]>
fix: pagination on history page
@@ -38,7 +38,11 @@ const PasskeyAddDevice = (props: { | |||
if (data?.statusCode === apiStatusCodes.API_STATUS_SUCCESS) { | |||
setNextFlag(true) | |||
} else { | |||
setFidoUserError(passkeyUserDetailsResp as string) | |||
if (passkeyUserDetailsResp.toString().includes('401')) { |
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.
This if can be shifted along ith else statement as this if does not have any else part.
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: karan <[email protected]>
Signed-off-by: karan <[email protected]>
Signed-off-by: karan <[email protected]>
fix: minor bugs fixes and performance optimisation
Quality Gate passedIssues Measures |
What
Why