2
0
Allemand 5 жил өмнө
parent
commit
18610d2fe6
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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';
     },