url geupdatet

This commit is contained in:
Bastian Wagner
2026-02-13 10:54:28 +01:00
parent e05b6cfc42
commit 552000fabf

View File

@@ -119,7 +119,7 @@ export class AuthService {
}
public routeToLogin() {
const url = `https://sso.beantastic.de?client_id=ffc46841-26f8-4946-a57a-5a9f8f21bc13&redirect_uri=${environment.location}&response_type=code&scope=profile`;
const url = `https://valgard.xyz/authorize?client_id=ffc46841-26f8-4946-a57a-5a9f8f21bc13&redirect_uri=${encodeURIComponent(environment.location)}&response_type=code&scope=profile`;
location.href = url;
}
}