We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7be408 commit b8a0a4dCopy full SHA for b8a0a4d
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/MFAEnrolmentView.swift
@@ -594,7 +594,7 @@ extension MFAEnrolmentView: View {
594
}
595
.animation(.easeInOut(duration: 0.2), value: showCopiedFeedback)
596
597
- TextField("Display Name (Optional)", text: $displayName)
+ TextField("Display Name", text: $displayName)
598
.textFieldStyle(.roundedBorder)
599
.accessibilityIdentifier("display-name-field")
600
.padding(.horizontal)
0 commit comments