From 760402295f9f6decb2146adbdb85e306ecb897c0 Mon Sep 17 00:00:00 2001 From: Park Byung Eun Date: Mon, 8 Aug 2022 08:02:53 +0000 Subject: [PATCH] bug fix --- src/app/core/auth/auth.service.ts | 1 + 1 file changed, 1 insertion(+) 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);