Merge branch 'main' into feature/authentik
All checks were successful
All checks were successful
This commit is contained in:
commit
25c68e230d
12 changed files with 153 additions and 93 deletions
|
@ -12,7 +12,6 @@ export class UserService {
|
|||
public currentUser$ = this.currentUserSubject.asObservable();
|
||||
|
||||
constructor() {
|
||||
// Initialize with current user data
|
||||
this.getCurrentUser().subscribe();
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue