diff --git a/src/api/comma-auth.js b/src/api/comma-auth.js index f1b7ac3..ad1606e 100644 --- a/src/api/comma-auth.js +++ b/src/api/comma-auth.js @@ -48,5 +48,5 @@ export function isAuthenticated() { export function authUrl() { Cookies.set(COMMA_OAUTH_REDIRECT_COOKIE, window.location.href); - return "https://community.comma.ai/ucp.php?mode=login&login=external&oauth_service=google"; + return "https://community.comma.ai/forum/ucp.php?mode=login&login=external&oauth_service=google"; }