-
Notifications
You must be signed in to change notification settings - Fork 14
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: open password reset link in browser - WPB-11685 #2095
base: release/cycle-3.112
Are you sure you want to change the base?
feat: open password reset link in browser - WPB-11685 #2095
Conversation
Test Results 2 files 305 suites 3m 23s ⏱️ Results for commit 4d19499. |
Datadog ReportBranch report: ✅ 0 Failed, 1866 Passed, 0 Skipped, 16.34s Total Time |
@@ -501,18 +501,9 @@ extension AuthenticationCoordinator { | |||
|
|||
// MARK: - Modals | |||
|
|||
/// Opens the browser and reopens the current alert upon dismissal if needed. | |||
/// Opens the URL in the selected browser | |||
private func openURL(_ url: URL) { |
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.
is it only password reset that uses this function?
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.
Issue
The password reset & forgot password links should be opened in the selected browser instead of a Safari web view.
Testing
Go to account -> settings -> account -> reset password.
Tap the button. The password reset page should open in your selected browser.
Logout
Log in -> Forgot password?
Tap the link. The password reset page should open in your selected browser.
Checklist
[WPB-XXX]
.UI accessibility checklist
If your PR includes UI changes, please utilize this checklist: