mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01: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();
|
return this.stop();
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
Meteor.call('isPasswordDisabled', (_, result) => {
|
Meteor.call('isPasswordLoginDisabled', (_, result) => {
|
||||||
if (result) {
|
if (result) {
|
||||||
$('.at-pwd-form').hide();
|
$('.at-pwd-form').hide();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue