update auth url

main
Andy Haden 2019-01-22 14:06:54 -08:00
parent 984286c089
commit d727fcaae5
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}