File tree Expand file tree Collapse file tree
FirebaseAuthSwiftUI/Sources/Views
FirebaseFacebookSwiftUI/Sources/Views Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,10 @@ extension AuthPickerView: View {
154154 . aspectRatio ( contentMode: . fit)
155155 . frame ( width: 100 , height: 100 )
156156 if authService. emailSignInEnabled {
157- EmailAuthView ( ) . environment ( \. signInWithMergeConflictHandler, signInWithMergeConflictHandling)
157+ EmailAuthView ( ) . environment (
158+ \. signInWithMergeConflictHandler,
159+ signInWithMergeConflictHandling
160+ )
158161 }
159162 Divider ( )
160163 otherSignInOptions ( proxy)
Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ extension SignInWithFacebookButton: View {
3939 ) {
4040 Task {
4141 if let handler = signInHandler {
42- try ? await handler ( authService) {
43- try await authService. signIn ( facebookProvider)
44- }
45- } else {
46- try ? await authService. signIn ( facebookProvider)
42+ try ? await handler ( authService) {
43+ try await authService. signIn ( facebookProvider)
4744 }
45+ } else {
46+ try ? await authService. signIn ( facebookProvider)
47+ }
4848 }
4949 }
5050 }
You can’t perform that action at this time.
0 commit comments