mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Never show the login form OR separator
So many states for with password enabled/disabled treated async separately. Might be easier to bring back once password login is treated like saml/ldap/... while still using the very same form elements regardless
This commit is contained in:
parent
bda166ba50
commit
99d9291a28
1 changed files with 0 additions and 4 deletions
|
@ -59,10 +59,6 @@ Template.userFormsLayout.onRendered(() => {
|
|||
if (result) {
|
||||
$('.at-pwd-form').show();
|
||||
}
|
||||
|
||||
if (result && enabledAuthenticationMethods.length > 1) {
|
||||
$('.at-sep').show();
|
||||
}
|
||||
});
|
||||
|
||||
Meteor.call('isDisableRegistration', (_, result) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue