Signup form

This commit is contained in:
Eliot Berriot 2018-02-24 14:34:28 +01:00
parent 55b38a3f6e
commit 119e05e633
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 155 additions and 1 deletions

View file

@ -32,6 +32,9 @@
>
</div>
<button :class="['ui', {'loading': isLoading}, 'button']" type="submit">Login</button>
<router-link class="ui right floated basic button" :to="{path: '/signup'}">
Create an account
</router-link>
</form>
</div>
</div>