Skip to content

Commit 6233f59

Browse files
committed
additional logging
1 parent e5b0030 commit 6233f59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dashboard/lib/service/firebase_auth.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ class FirebaseAuthService extends ChangeNotifier {
8383
// then link the GitHub provider to Google provider.
8484
if (error is FirebaseAuthException &&
8585
error.code == 'account-exists-with-different-credential') {
86+
debugPrint('google account exists, signing in with google');
8687
await _signInWithGoogle();
8788
await _linkWithGithub();
8889
return;

0 commit comments

Comments
 (0)