This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<v-form ref="form">
|
||||
<v-row>
|
||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||
{{ formState }}
|
||||
|
||||
<v-col cols="12">
|
||||
<v-text-field
|
||||
name="username"
|
||||
@@ -116,9 +116,9 @@ export default {
|
||||
(window.$gz.store.state.globalSettings.licenseStatus == 3 || //ActivePurchased = 3,
|
||||
window.$gz.store.state.globalSettings.licenseStatus == 4) // ExpiredPurchased = 4
|
||||
) {
|
||||
// this.formState.errorBoxMessage = vm.$ay.t("KnownPasswordWarning");
|
||||
// this.obj.loginName = "superuser";
|
||||
// this.obj.oldPassword = "l3tm3in";
|
||||
this.formState.errorBoxMessage = vm.$ay.t("KnownPasswordWarning");
|
||||
this.obj.loginName = "superuser";
|
||||
this.obj.oldPassword = "l3tm3in";
|
||||
}
|
||||
//------------------
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user