Skip to content

Commit

Permalink
added at-pwd class to forgot pwd link
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Sep 25, 2014
1 parent e08fdaf commit fccfd49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/at_pwd_link.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template name="atPwdLink">
<div class="at-pwd-link">
<p>
<a href="{{forgotPwdLink}}" id="at-forgotPwd" class="at-link {{disabled}}">{{linkText}}</a>
<a href="{{forgotPwdLink}}" id="at-forgotPwd" class="at-link at-pwd {{disabled}}">{{linkText}}</a>
</p>
</div>
</template>
</template>

0 comments on commit fccfd49

Please sign in to comment.