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 4e1cec0 commit 69a9c61Copy full SHA for 69a9c61
FirebaseSwiftUI/FirebasePhoneAuthSwiftUI/Sources/Views/PhoneAuthView.swift
@@ -76,6 +76,7 @@ extension PhoneAuthView: View {
76
errorMessage = authService.string.localizedErrorMessage(for: error)
77
}
78
showVerificationCodeInput = false
79
+ authService.dismissModal()
80
81
}) {
82
Text(authService.string.verifyPhoneNumberAndSignInLabel)
0 commit comments