We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb72740 commit 2d8ce09Copy full SHA for 2d8ce09
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/EmailAuthView.swift
@@ -127,7 +127,7 @@ extension EmailAuthView: View {
127
.frame(maxWidth: .infinity)
128
.buttonStyle(.borderedProminent)
129
Button(action: {
130
- authService.authView = .passwordRecovery
+ authService.authView = .emailLink
131
}) {
132
Text(authService.string.signUpWithEmailLinkButtonLabel)
133
}
0 commit comments