소스 검색

Update settings.js

Allemand 5 년 전
부모
커밋
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';
     },