Login with enter

This commit is contained in:
Kekskurse 2019-12-02 14:25:50 +01:00
parent 71e64815ef
commit 97be00a3b6
1 changed files with 2 additions and 0 deletions

View File

@ -12,12 +12,14 @@
label="Username"
value=""
v-model="username"
v-on:keyup.enter="login"
></v-text-field>
<v-text-field
label="Password"
value=""
type="password"
v-model="password"
v-on:keyup.enter="login"
></v-text-field>
<div v-if="recaptcha"><vue-recaptcha @verify="onCaptchaVerified" :sitekey="captchaCode"></vue-recaptcha></div>
<v-checkbox