Skip to content

Commit d1602f8

Browse files
fix: sometimes email isn't available so use as: instead
1 parent 854a506 commit d1602f8

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
@@ -38,7 +38,7 @@ extension SignedInView: View {
3838
.fontWeight(.bold)
3939
.padding()
4040
.accessibilityIdentifier("signed-in-text")
41-
Text(authService.string.accountSettingsEmailLabel)
41+
Text("as:")
4242
Text("\(authService.currentUser?.email ?? authService.currentUser?.displayName ?? "Unknown")")
4343
if authService.currentUser?.isEmailVerified == false {
4444
VerifyEmailView()

0 commit comments

Comments
 (0)