mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-07-15 21:44:22 +02:00
Fix settings page fore free users
This commit is contained in:
parent
cbcc175c84
commit
6dddfbcfab
1 changed files with 5 additions and 3 deletions
|
@ -260,9 +260,11 @@ export class SettingsComponent implements OnInit {
|
|||
_self.sysconfigs["safe_install"]["value"] = /true/i.test(
|
||||
_self.sysconfigs["safe_install"]["value"]
|
||||
);
|
||||
if(_self.ispro){
|
||||
_self.sysconfigs["otp_force"]["value"] = /true/i.test(
|
||||
_self.sysconfigs["otp_force"]["value"]
|
||||
);
|
||||
}
|
||||
_self.SysConfigloading = false;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue