Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Jan 29, 2024
1 parent f1a9135 commit 2b24ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/loginWithGoogle.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default{
webAuth.authorize(
{
connection: "google-oauth2",
redirectUri: window.location.origin + "/auth/google?",
redirectUri: window.location.origin + "/#/auth/google?",


});
Expand Down

0 comments on commit 2b24ae4

Please sign in to comment.