we don't need this "or" separator on login page
This commit is contained in:
parent
acfe81e61f
commit
6cc8ec87b5
|
@ -1,9 +1,6 @@
|
|||
<div class="modal-body">
|
||||
{{login-buttons action="externalLogin"}}
|
||||
{{#if canLoginLocal}}
|
||||
{{#if hasAtLeastOneLoginButton}}
|
||||
<h3 style="text-align:center; margin-bottom:10px;">{{i18n login.or}}</h3>
|
||||
{{/if}}
|
||||
<form id='login-form' method='post'>
|
||||
<div>
|
||||
<table>
|
||||
|
|
Loading…
Reference in New Issue