UX: Fix broken styling on login modal when local login is disabled.
This commit is contained in:
parent
10001e4e8d
commit
a1df45c6bc
|
@ -73,13 +73,16 @@
|
|||
</div>
|
||||
{{/if}}
|
||||
{{#if showLoginButtons}}
|
||||
<div class="login-right-side">
|
||||
{{#if noLoginLocal}}
|
||||
{{#if noLoginLocal}}
|
||||
<div class="login-left-side">
|
||||
<div class="login-welcome-header">
|
||||
<h1 class="login-title">{{i18n "login.header_title"}}</h1> <img src={{wavingHandURL}} alt="" class="waving-hand">
|
||||
<p class="login-subheader">{{i18n "login.subheader_title"}}</p>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
<div class="login-right-side">
|
||||
{{login-buttons externalLogin=(action "externalLogin")}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue