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