Skip to content

Commit

Permalink
fix: use AuthMethodType.GoogleJwt as authMethodType when returning Au…
Browse files Browse the repository at this point in the history
…thMethod from GoogleProvider::signInUsingPopup (#415)
  • Loading branch information
FedericoAmura authored Apr 9, 2024
1 parent 6ecd67a commit 7ec1caa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default class GoogleProvider extends BaseProvider {
clearInterval(interval);
popup.close();
resolve({
authMethodType: AuthMethodType.Google,
authMethodType: AuthMethodType.GoogleJwt,
accessToken: token,
});
}
Expand Down

0 comments on commit 7ec1caa

Please sign in to comment.