parent
42da414d46
commit
7989c322ae
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
<div class="h2">Login</div>
|
<div class="h2">Login</div>
|
||||||
<v-form v-model="isValid">
|
<v-form v-model="isValid">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="user.username"
|
v-model="user.user_id"
|
||||||
label="Username"
|
label="Username"
|
||||||
color="black"
|
color="black"
|
||||||
background-color="white"
|
background-color="white"
|
||||||
|
|
@ -108,7 +108,7 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleLogin() {
|
handleLogin() {
|
||||||
if (this.user.username && this.user.password) {
|
if (this.user.user_id && this.user.password) {
|
||||||
|
|
||||||
// Reset errors
|
// Reset errors
|
||||||
this.message = null;
|
this.message = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue