diff --git a/src/lib/server/oauth.ts b/src/lib/server/oauth.ts index 93bbf91..9df80b2 100644 --- a/src/lib/server/oauth.ts +++ b/src/lib/server/oauth.ts @@ -4,5 +4,5 @@ import { GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET } from '$env/static/private'; export const google = new Google( GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, - 'https://sergeno.ziasvannes.tech/login/google/callback' + 'https://serengo.ziasvannes.tech/login/google/callback' );