Explorar el Código

Update settings.js

Allemand hace 5 años
padre
commit
18610d2fe6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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';
     },