-
Notifications
You must be signed in to change notification settings - Fork 499
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
Sign out from all devices option when changing password #6262
Conversation
📱 Scan the QR code below to install the build for this PR. If you can't scan the QR code you can install the build via this link: https://i.diawi.com/EgRKAP |
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.
Looks good to me. Some optional comments in line, but nothing important.
RiotSwiftUI/Modules/Settings/ChangePassword/ChangePasswordModels.swift
Outdated
Show resolved
Hide resolved
RiotSwiftUI/Modules/Settings/ChangePassword/Coordinator/ChangePasswordCoordinator.swift
Outdated
Show resolved
Hide resolved
RiotSwiftUI/Modules/Settings/ChangePassword/ChangePasswordViewModel.swift
Outdated
Show resolved
Hide resolved
RiotSwiftUI/Modules/Settings/ChangePassword/Test/UI/ChangePasswordUITests.swift
Outdated
Show resolved
Hide resolved
RiotSwiftUI/Modules/Settings/ChangePassword/View/ChangePasswordScreen.swift
Show resolved
Hide resolved
RiotSwiftUI/Modules/Settings/ChangePassword/Coordinator/ChangePasswordBridgePresenter.swift
Outdated
Show resolved
Hide resolved
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.
LGTM
Feels pretty good to see that UIAlertController code go away 😅
Guys i kindly request your review for the password validator. |
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.
You added all of the rules! 🤯
So good 😎
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.
💯
Fixes #6175
Requires matrix-org/matrix-ios-sdk#1495
Replaces the change password alert controller in Settings with a brand new screen.