Fixed google login
This commit is contained in:
@@ -26,7 +26,6 @@ export function getOAuthClient() {
|
||||
* @returns Auth URL for Google OAuth
|
||||
*/
|
||||
export function createAuthUrl() {
|
||||
console.warn("CREATE AUTH URL");
|
||||
return getOAuthClient().generateAuthUrl({
|
||||
access_type: 'offline',
|
||||
prompt: 'consent',
|
||||
|
||||
Reference in New Issue
Block a user