Browse Source

Update settings.js

Allemand 5 năm trước cách đây
mục cha
commit
18610d2fe6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      models/settings.js

+ 1 - 1
models/settings.js

@@ -335,7 +335,7 @@ if (Meteor.isServer) {
       return process.env.DEFAULT_AUTHENTICATION_METHOD;
     },
 
-    isPasswordDisabled() {
+    isPasswordLoginDisabled() {
       return process.env.PASSWORD_LOGIN_ENABLED === 'false';
     },