Skip to content

Commit

Permalink
Merge pull request #333 from impresso/feature/message_on_login_form
Browse files Browse the repository at this point in the history
added create account message
  • Loading branch information
tvanbeek authored May 22, 2019
2 parents 50ba162 + 3f01c2b commit 2545df4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/UserLoginPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
<input type="checkbox" value="remember-me" v-model="rememberCredetials"> {{$t("login_remember")}}
</label>
</div>
<h5>Do you need an account?</h5>
<p>Contact us at <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="footer p-3">
<button class="btn btn-lg btn-primary btn-block" type="submit">{{$t("login_button")}}</button>
Expand Down

0 comments on commit 2545df4

Please sign in to comment.