Fixed google login

This commit is contained in:
Roman Krček
2025-07-08 12:37:45 +02:00
parent ed317feae7
commit c248e4e074
4 changed files with 66 additions and 52 deletions

View File

@@ -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',