Skip to content

Commit 2d8ce09

Browse files
chore: fix incorrect view
1 parent cb72740 commit 2d8ce09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/EmailAuthView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ extension EmailAuthView: View {
127127
.frame(maxWidth: .infinity)
128128
.buttonStyle(.borderedProminent)
129129
Button(action: {
130-
authService.authView = .passwordRecovery
130+
authService.authView = .emailLink
131131
}) {
132132
Text(authService.string.signUpWithEmailLinkButtonLabel)
133133
}

0 commit comments

Comments
 (0)