Skip to content

Commit

Permalink
fix weird eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremiahPinto committed Jan 4, 2021
1 parent 3ee0949 commit 2517115
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions frontend/src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
:tile="$vuetify.breakpoint.smAndDown"
:class="alertClass"
:transition="transitionClass"
>Error: {{ error }}</v-alert
>
>
Error: {{ error }}
</v-alert>

<v-form
v-model="valid"
Expand Down Expand Up @@ -64,8 +65,9 @@
:disabled="!valid || loading"
:loading="loading"
@click.stop.prevent="login"
>Login</v-btn
>
>
Login
</v-btn>
<v-spacer />
<v-btn text small rounded name="forgotPass" color="#888">Forgot Password?</v-btn>
</v-col>
Expand Down

0 comments on commit 2517115

Please sign in to comment.