fix:typo in redirect uri that broke google oauth
This commit is contained in:
@@ -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'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user