File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,6 @@ extension MFAManagementView: View {
134134 . onAppear {
135135 loadEnrolledFactors ( )
136136 }
137- // Password prompt sheet now centralized in AuthPickerView
138137 }
139138
140139 @ViewBuilder
Original file line number Diff line number Diff 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 = false
23+ @State private var showEmailVerificationSent = true
2424
2525 private func sendEmailVerification( ) async throws {
2626 do {
@@ -143,7 +143,6 @@ extension SignedInView: View {
143143 )
144144 . presentationDetents ( [ . medium] )
145145 }
146- // Password prompt sheet now centralized in AuthPickerView
147146 . sheet ( isPresented: $showEmailVerificationSent) {
148147 VStack ( spacing: 24 ) {
149148 Text ( authService. string. verifyEmailSheetMessage)
You can’t perform that action at this time.
0 commit comments