-
Notifications
You must be signed in to change notification settings - Fork 338
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
Totp change #2165
Totp change #2165
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.
I tested this locally also, and it works great, thx a ton!
Just add the i18n stuff and we'll get it merged.
}); | ||
} | ||
} | ||
} |
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 looks really great, just wish we didn't have to rely on bootstrap modals, and so much custom dom manipulation.
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.
I did a bit of refactoring to make handling the modal a bit more react-like.
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.
GJ. I grepped and couldn't find any other of those states.
I'll fix that and merge. |
Description
This is an update so the UI works with the 2FA changes on the server side.
Screenshots
This is what shows when enabling 2FA:
enable_totp_demo.webm
This video shows using the new modal on the login screen:
totp_login_demo.webm
This video shows how the modal works when entering 1 character at a time and hitting backspace, as well as what happens when an incorrect token is entered:
totp_play_around.webm
TODO
Add translations