fix issues

This commit is contained in:
2026-01-01 20:31:05 +01:00
parent 9005a8327c
commit 206a03ec48
267 changed files with 3632 additions and 452 deletions

View File

@@ -116,7 +116,7 @@ export class AuthGateway {
* Check if user is loading
*/
isLoading(): boolean {
return this.blocker.getReason() === 'loading';
return this.authContext.loading;
}
/**