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" icon="unlock"
label=loginButtonLabel label=loginButtonLabel
disabled=loginDisabled disabled=loginDisabled
class="btn btn-large btn-primary"}} class="btn-large btn-primary"}}
{{/unless}} {{/unless}}
{{#if showSignupLink}} {{#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"}} {{i18n "create_account.title"}}
{{/d-button}} {{/d-button}}
{{/if}} {{/if}}

View File

@ -149,7 +149,7 @@
<div class="controls" style="margin-top: 5px"> <div class="controls" style="margin-top: 5px">
{{resetPasswordProgress}} {{resetPasswordProgress}}
{{#unless resetPasswordLoading}} {{#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}} {{/unless}}
</div> </div>
</div> </div>