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
@@ -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) => {