[Auth 11] refact: User security TOTP drawer#7904
Merged
distantnative merged 4 commits intov6/refact/authfrom Feb 23, 2026
Merged
[Auth 11] refact: User security TOTP drawer#7904distantnative merged 4 commits intov6/refact/authfrom
distantnative merged 4 commits intov6/refact/authfrom
Conversation
4675cd0 to
756bd6a
Compare
764184b to
8fc034a
Compare
756bd6a to
b0509d2
Compare
2 tasks
b0509d2 to
e1d22bc
Compare
45e1fdf to
55faad3
Compare
8fc034a to
8a5ea55
Compare
55faad3 to
1641359
Compare
8a5ea55 to
77a944f
Compare
1641359 to
341f12a
Compare
6812180 to
97ce69e
Compare
Base automatically changed from
v6/refact/auth-10-user-security-drawer
to
v6/refact/auth
February 3, 2026 12:23
23c5dc2 to
8efea80
Compare
341f12a to
fc5b35f
Compare
Member
Member
Author
|
@bastianallgeier I have fixed the background color and removed the larger styling of the code field:
To me the code field looks a little silly at that small size with all that vast space left unused. That's why I thought to make it a little larger. But I am ok with it if you want to merge it with the normal size. |
Member
|
@distantnative to me, it looks better but I get what you mean. I wonder if we should have a real code input at some point. But I also like that we simply use a native input for it and don't have to throw extra code at just handling paste. |
bastianallgeier
approved these changes
Feb 23, 2026
Member
Author
|
@bastianallgeier I could imagine we could find a CSS way to create a stylized input for codes like this. But that's definitely a separate project indeed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
Changelog
♻️ Refactored
UserTotpDrawerControllerand<k-user-totp-drawer>to manage TOTP challenge settings🚨 Breaking changes
UserTotpEnableDialogController,UserTotpDisableDialogControllerand<k-totp-dialog>. UseUserTotpDrawerControllerand<k-user-totp-drawer>instead.For review team