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 b738cf5 commit 03aeb61Copy full SHA for 03aeb61
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/AuthPickerView.swift
@@ -67,6 +67,7 @@ extension AuthPickerView: View {
67
PrivacyTOCsView(displayMode: .footer)
68
Text(authService.errorMessage).foregroundColor(.red)
69
default:
70
+ // TODO: - possibly refactor this, see: https://github.com/firebase/FirebaseUI-iOS/pull/1259#discussion_r2105473437
71
EmptyView()
72
}
73
0 commit comments