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 d13aea6 commit 10bdd3eCopy full SHA for 10bdd3e
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/AuthPickerView.swift
@@ -37,7 +37,7 @@ extension AuthPickerView: View {
37
authService.renderButtons()
38
}.padding(.horizontal)
39
if authService.emailSignInEnabled {
40
- Divider()
+ Divider()
41
HStack {
42
Text(authService
43
.authenticationFlow == .login ? authService.string.dontHaveAnAccountYetLabel :
@@ -64,6 +64,6 @@ extension AuthPickerView: View {
64
#Preview {
65
FirebaseOptions.dummyConfigurationForPreview()
66
let authService = AuthService()
67
- .withEmailSignIn()
+ .withEmailSignIn()
68
return AuthPickerView().environment(authService)
69
}
0 commit comments