REFACTOR: clean-up webauthn mobile view
This commit is contained in:
parent
9f5ec7154d
commit
dbb33f08a9
|
@ -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}}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue