mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-30 02:52:22 +08:00
Remove extra user logout call
This commit is contained in:
parent
8a783f2356
commit
0305972a4d
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ export class InstallAuthGuard {
|
||||||
|
|
||||||
if (user && user.active === true) {
|
if (user && user.active === true) {
|
||||||
this.authService.logout('', false);
|
this.authService.logout('', false);
|
||||||
this.authService.isUserLoggedIn.next(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue