Merge branch 'main' into feature/authentik
All checks were successful
CI / Get Changed Files (pull_request) Successful in 6s
CI / prettier (pull_request) Successful in 55s
CI / Checkstyle Main (pull_request) Successful in 1m1s
CI / eslint (pull_request) Successful in 1m43s
CI / test-build (pull_request) Successful in 1m55s

This commit is contained in:
Jan K9f 2025-04-03 11:44:49 +02:00
commit 25c68e230d
Signed by: jank
GPG key ID: 22BEAC760B3333D6
12 changed files with 153 additions and 93 deletions

View file

@ -12,7 +12,6 @@ export class UserService {
public currentUser$ = this.currentUserSubject.asObservable();
constructor() {
// Initialize with current user data
this.getCurrentUser().subscribe();
}