Remove extra user logout call

This commit is contained in:
Jack Anderson 2024-10-14 09:25:46 +01:00 committed by y.yerli
parent 8a783f2356
commit 0305972a4d

View file

@ -82,7 +82,6 @@ export class InstallAuthGuard {
if (user && user.active === true) {
this.authService.logout('', false);
this.authService.isUserLoggedIn.next(false);
}
return true;