Browse Source

Fix typo on forgot password link (#1)

pull/342/head
Adam Harris 8 years ago
committed by Guillaume Vincent
parent
commit
be8f52c072
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/Login.vue

+ 1
- 1
src/views/Login.vue View File

@@ -86,7 +86,7 @@
<div class="form-group row">
<div class="col-xs-12">
<router-link :to="{ name: 'passwordReset'}">
Forgot you password ?
Forgot your password?
</router-link>
</div>
</div>


Loading…
Cancel
Save