This commit is contained in:
@@ -40,7 +40,9 @@
|
||||
></v-img>
|
||||
</v-col>
|
||||
<v-col cols="12" md="7" v-if="formState.errorBoxMessage">
|
||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||
<gz-error
|
||||
:error-box-message="formState.errorBoxMessage"
|
||||
></gz-error>
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12" md="7" v-if="showEvalUsers == true">
|
||||
@@ -71,7 +73,7 @@
|
||||
spellcheck="false"
|
||||
:error="errorBadCreds"
|
||||
v-focus
|
||||
v-on:keyup.enter="onEnterUserName"
|
||||
@keyup.enter="onEnterUserName"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
<v-col cols="12" md="7">
|
||||
@@ -83,12 +85,12 @@
|
||||
prepend-icon="$ayiKey"
|
||||
:type="reveal ? 'text' : 'password'"
|
||||
:error="errorBadCreds"
|
||||
v-on:keyup.enter="login"
|
||||
@keyup.enter="login"
|
||||
@click:append-outer="reveal = !reveal"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
<v-col cols="12" md="7" mt-1 mb-5>
|
||||
<v-btn color="primary" v-on:click="login()" value="LOGIN">
|
||||
<v-btn color="primary" @click="login()" value="LOGIN">
|
||||
<v-icon>$ayiSignIn</v-icon>
|
||||
</v-btn>
|
||||
</v-col>
|
||||
|
||||
Reference in New Issue
Block a user