Made version in presence optional
This commit is contained in:
@@ -258,7 +258,6 @@ export class AuthService {
|
||||
|
||||
async isUserLoggedInAsync(): Promise<boolean> {
|
||||
const token = this.getToken();
|
||||
console.log(1, token);
|
||||
|
||||
if (!token || !token.refreshToken) {
|
||||
this.isLoggedIn$.next(false);
|
||||
|
Reference in New Issue
Block a user