File tree Expand file tree Collapse file tree
generator/templates/Authorisation/src/views Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 :rules =" [(v) => !!v || 'E-Mail is verplicht']"
1717 label =" E-Mail"
1818 v-model =" username"
19+ tabindex =" 1"
1920 ></v-text-field >
2021 <v-text-field
2122 :append-icon =" showpassword ? 'fa-eye-slash' : 'fa-eye'"
2425 @click:append =" showpassword = !showpassword"
2526 label =" Wachtwoord"
2627 v-model =" password"
28+ tabindex =" 2"
2729 ></v-text-field >
2830 </template >
2931 <div class =" text-xs-center" v-else >
3840 <v-card-actions >
3941 <v-spacer ></v-spacer >
4042 <v-btn @click =" handlePasswordForgotten()" color =" accent" flat >Wachtwoord vergeten</v-btn >
41- <v-btn @click =" handleLogin()" type =" submit" color =" accent" >Inloggen</v-btn >
43+ <v-btn @click =" handleLogin()" tabindex = " 3 " type =" submit" color =" accent" >Inloggen</v-btn >
4244 </v-card-actions >
4345 </v-card >
4446 </v-form >
You can’t perform that action at this time.
0 commit comments