Update layouts.js

reviewable/pr3014/r2
Allemand 5 years ago committed by GitHub
parent 3e817257ef
commit 1389ed0fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      client/components/main/layouts.js

@ -31,7 +31,7 @@ Template.userFormsLayout.onCreated(function() {
return this.stop();
},
});
Meteor.call('isPasswordDisabled', (_, result) => {
Meteor.call('isPasswordLoginDisabled', (_, result) => {
if (result) {
$('.at-pwd-form').hide();
}

Loading…
Cancel
Save