mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Update layouts.js
This commit is contained in:
parent
3e817257ef
commit
1389ed0fce
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue