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