mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
Re-direct to pre-check page if trying to re-install
This commit is contained in:
parent
0960f8f53f
commit
777e4b2673
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export class InstallAuthGuard {
|
|||
map((user: SessionStatus) => {
|
||||
|
||||
if (user && user.appStatus.locked === true && user.appStatus.installed === true) {
|
||||
this.message.addDangerMessageByKey('LBL_DISABLED_TITLE_2');
|
||||
window.location.href = './install.php'
|
||||
|
||||
if (user && user.active === false) {
|
||||
return homePageUrlTree;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue