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 ee930ed commit 571f479Copy full SHA for 571f479
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