From 8d6efce6827da69d8cea0fa227e216dc3ae99cda Mon Sep 17 00:00:00 2001 From: Pratap2018 Date: Mon, 29 Jan 2024 18:35:21 +0530 Subject: [PATCH] update --- src/mixins/loginWithGoogle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mixins/loginWithGoogle.js b/src/mixins/loginWithGoogle.js index 017a997a..ee1934ee 100644 --- a/src/mixins/loginWithGoogle.js +++ b/src/mixins/loginWithGoogle.js @@ -6,7 +6,7 @@ export default{ webAuth.authorize( { connection: "google-oauth2", - redirectUri: window.location.origin + "/#/auth/google?", + redirectUri: window.location.origin + "/auth/google?", });