mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 17:30:13 +01:00
Update settings.js
This commit is contained in:
parent
1389ed0fce
commit
18610d2fe6
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ if (Meteor.isServer) {
|
||||||
return process.env.DEFAULT_AUTHENTICATION_METHOD;
|
return process.env.DEFAULT_AUTHENTICATION_METHOD;
|
||||||
},
|
},
|
||||||
|
|
||||||
isPasswordDisabled() {
|
isPasswordLoginDisabled() {
|
||||||
return process.env.PASSWORD_LOGIN_ENABLED === 'false';
|
return process.env.PASSWORD_LOGIN_ENABLED === 'false';
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue