Skip to content
Snippets Groups Projects
Commit a3fc8440 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Change field type to email

parent dd938962
Branches
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@
<h4>{{ $t("login.forgotpassword.label") }}</h4>
{{ $t("login.forgotpassword.description")}}
<div class="form-group">
<input type="text" class="form-control" v-model="email" :placeholder="$t('login.forgotpassword.field.placeholder')"/>
<input type="email" class="form-control" v-model="email" :placeholder="$t('login.forgotpassword.field.placeholder')"/>
</div>
<div class="form-group">
<button class="btn btn-primary" type="button" v-on:click="handleForgottenPassword()">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment