Skip to content

Commit

Permalink
feat(oauth): Add forgot password link in oauth modal
Browse files Browse the repository at this point in the history
  • Loading branch information
D34THWINGS committed Dec 14, 2017
1 parent 7bf79cd commit 63289aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/oauth/views/oauth-login.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
<button class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" type="submit">
Se connecter
</button>
<a class="mdl-button mdl-js-button mdl-js-ripple-effect" href="/forgot-password" type="submit">
Forgot password
</a>
</div>
</form>

0 comments on commit 63289aa

Please sign in to comment.