fix:typo in redirect uri that broke google oauth

This commit is contained in:
2025-10-03 17:04:31 +02:00
parent 0caa5dc9d6
commit fbe0a759b7

View File

@@ -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'
);