Skip to content

Commit b738cf5

Browse files
chore: rm Task wrapper
1 parent c013f34 commit b738cf5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/PasswordPromptView.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ extension PasswordPromptSheet: View {
2929
.padding(.bottom, 4)
3030

3131
Button(action: {
32-
Task {
33-
coordinator.submit(password: password)
34-
}
32+
coordinator.submit(password: password)
3533
}) {
3634
Text(authService.string.okButtonLabel)
3735
.padding(.vertical, 8)

0 commit comments

Comments
 (0)