diff --git a/src/app/services/auth.service.ts b/src/app/services/auth.service.ts index 93b8850..f542ed4 100644 --- a/src/app/services/auth.service.ts +++ b/src/app/services/auth.service.ts @@ -23,7 +23,7 @@ export class AuthService { login() { sessionStorage.removeItem(AuthService.KEY); - window.open("api/auth/login?subdomain=tf2") + window.open("api/auth/login?subdomain=tf3") } logout() {