url geupdatet
This commit is contained in:
@@ -119,7 +119,7 @@ export class AuthService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public routeToLogin() {
|
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;
|
location.href = url;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user