We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b848689 commit bf99d15Copy full SHA for bf99d15
1 file changed
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/SignedInView.swift
@@ -20,7 +20,7 @@ public struct SignedInView {
20
@Environment(AuthService.self) private var authService
21
@Environment(\.reportError) private var reportError
22
@State private var showDeleteConfirmation = false
23
- @State private var showEmailVerificationSent = true
+ @State private var showEmailVerificationSent = false
24
25
private func sendEmailVerification() async throws {
26
do {
0 commit comments