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 a1f4af7 commit 25cf980Copy full SHA for 25cf980
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/MFAResolutionView.swift
@@ -249,9 +249,6 @@ extension MFAResolutionView: View {
249
.keyboardType(.numberPad)
250
.focused($focus, equals: .verificationCode)
251
.accessibilityIdentifier("sms-verification-code-field")
252
- .onAppear {
253
- focus = .verificationCode
254
- }
255
}
256
.padding(.horizontal)
257
@@ -293,9 +290,6 @@ extension MFAResolutionView: View {
293
290
294
291
.focused($focus, equals: .totpCode)
295
292
.accessibilityIdentifier("totp-verification-code-field")
296
297
- focus = .totpCode
298
299
300
301
0 commit comments