Bug Fixing overall

This commit is contained in:
2024-05-06 20:13:09 +02:00
parent bb5a408cdc
commit 6b61c19bd7
52 changed files with 1926 additions and 1048 deletions

View File

@@ -69,7 +69,7 @@ export class UserService {
isLoggedIn(): boolean {
return this.$isLoggedIn();
}
getUser(): User {
getKeycloakUser(): User {
return this.user;
}
getUserObservable(): Observable<User> {