Made version in presence optional

This commit is contained in:
2023-03-24 14:14:49 +01:00
parent 52035af0cc
commit 24d5bbf4d8
5 changed files with 13 additions and 9 deletions

View File

@@ -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);