REFACTOR: clean-up webauthn mobile view

This commit is contained in:
Jeff Wong 2019-10-02 11:49:36 -07:00
parent 9f5ec7154d
commit dbb33f08a9
2 changed files with 3 additions and 3 deletions

View File

@ -72,11 +72,11 @@
icon="unlock"
label=loginButtonLabel
disabled=loginDisabled
class="btn btn-large btn-primary"}}
class="btn-large btn-primary"}}
{{/unless}}
{{#if showSignupLink}}
{{#d-button class="btn btn-large" id="new-account-link" action=(route-action "showCreateAccount")}}
{{#d-button class="btn-large" id="new-account-link" action=(route-action "showCreateAccount")}}
{{i18n "create_account.title"}}
{{/d-button}}
{{/if}}

View File

@ -149,7 +149,7 @@
<div class="controls" style="margin-top: 5px">
{{resetPasswordProgress}}
{{#unless resetPasswordLoading}}
<a href="" class="instructions" {{action "resetPassword"}}>{{ i18n 'user.second_factor.forgot_password' }}</a>
<a href class="instructions" {{action "resetPassword"}}>{{ i18n 'user.second_factor.forgot_password' }}</a>
{{/unless}}
</div>
</div>