diff --git a/src/app/core/auth/auth.service.ts b/src/app/core/auth/auth.service.ts index 69dfa78..4cdfe4c 100644 --- a/src/app/core/auth/auth.service.ts +++ b/src/app/core/auth/auth.service.ts @@ -92,6 +92,7 @@ export class AuthService { // Set the authenticated flag to true this._authenticated = true; + resolve(); }) .catch((e) => { reject(e);