This commit is contained in:
Park Byung Eun 2022-08-08 08:02:53 +00:00
parent 92cfb9d0b7
commit 760402295f

View File

@ -92,6 +92,7 @@ export class AuthService {
// Set the authenticated flag to true // Set the authenticated flag to true
this._authenticated = true; this._authenticated = true;
resolve();
}) })
.catch((e) => { .catch((e) => {
reject(e); reject(e);