diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/core/auth/auth.service.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/core/auth/auth.service.ts b/client/src/app/core/auth/auth.service.ts index 0aa276c69..9e6c6b888 100644 --- a/client/src/app/core/auth/auth.service.ts +++ b/client/src/app/core/auth/auth.service.ts | |||
@@ -257,6 +257,7 @@ export class AuthService { | |||
257 | this.user.save() | 257 | this.user.save() |
258 | 258 | ||
259 | this.setStatus(AuthStatus.LoggedIn) | 259 | this.setStatus(AuthStatus.LoggedIn) |
260 | this.userInformationLoaded.next(true) | ||
260 | } | 261 | } |
261 | 262 | ||
262 | private handleRefreshToken (obj: UserRefreshToken) { | 263 | private handleRefreshToken (obj: UserRefreshToken) { |