finalize migration (yay)

This commit is contained in:
tw-blue
2025-12-10 22:11:30 +01:00
parent cd6cfec7f3
commit c7d53c88bc
40 changed files with 966 additions and 499 deletions
@@ -116,6 +116,7 @@ export class Authentication {
return await this.keycloak.login({
redirectUri: redirectUri,
locale: 'de-DE',
//TODO loginHint:''
});
}