Skip to content

Commit bf99d15

Browse files
chore: revert state
1 parent b848689 commit bf99d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/SignedInView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public struct SignedInView {
2020
@Environment(AuthService.self) private var authService
2121
@Environment(\.reportError) private var reportError
2222
@State private var showDeleteConfirmation = false
23-
@State private var showEmailVerificationSent = true
23+
@State private var showEmailVerificationSent = false
2424

2525
private func sendEmailVerification() async throws {
2626
do {

0 commit comments

Comments
 (0)