Skip to content

Commit

Permalink
Enable link to forget password in login page
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluiz authored Sep 5, 2017
1 parent b6568be commit f2c206a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/templates/partials/myaccount/login-box.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
</div>
<div class="pull-right">
<div class="login-box-forgot-password">
<a href="#">{{i18n "my-account-login:loginBox.forgotPassword"}}</a>
<a href="{{@root.meta._links.recoveryEmail.href}}">{{i18n "my-account-login:loginBox.forgotPassword"}}</a>
</div>
</div>
</div>
<button class="login-box-sign-in-btn">{{i18n "my-account-login:loginBox.signIn"}}</button>
</form>
</div>
</div>
</div>

0 comments on commit f2c206a

Please sign in to comment.