We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afd033 commit 335dad7Copy full SHA for 335dad7
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/FirebaseAuthSwiftUI/FUIAuth.swift
@@ -227,7 +227,6 @@ public struct WarningViewConfiguration {
227
public var frameHeight: CGFloat = 150
228
}
229
230
-// TODO: - figure out a way to make this configurable. Tough because we need to use binding. Could be class with certain attributes rather than a view
231
public struct WarningView: View {
232
@Binding var invalidEmailWarning: Bool
233
var message: String
0 commit comments