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 c013f34 commit b738cf5Copy full SHA for b738cf5
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/PasswordPromptView.swift
@@ -29,9 +29,7 @@ extension PasswordPromptSheet: View {
29
.padding(.bottom, 4)
30
31
Button(action: {
32
- Task {
33
- coordinator.submit(password: password)
34
- }
+ coordinator.submit(password: password)
35
}) {
36
Text(authService.string.okButtonLabel)
37
.padding(.vertical, 8)
0 commit comments