Skip to content

Commit f424606

Browse files
chore: include message for user to follow
1 parent fdaeb97 commit f424606

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/SignedInView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ extension SignedInView: View {
148148
VStack(spacing: 24) {
149149
Text(authService.string.verifyEmailSheetMessage)
150150
.font(.headline)
151+
Text("Please tap on the link in your email to complete verification.")
151152
Button {
152153
showEmailVerificationSent = false
153154
} label: {

0 commit comments

Comments
 (0)