Skip to content

Commit b848689

Browse files
chore: remove stale comment
1 parent ee47710 commit b848689

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/MFAManagementView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/SignedInView.swift

Lines changed: 1 addition & 2 deletions
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 = 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)

0 commit comments

Comments
 (0)