mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 01:12:11 +08:00
REFACTOR: clean-up webauthn mobile view
This commit is contained in:
parent
9f5ec7154d
commit
dbb33f08a9
@ -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}}
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user