فهرست منبع

Update layouts.js

Allemand 5 سال پیش
والد
کامیت
1389ed0fce
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      client/components/main/layouts.js

+ 1 - 1
client/components/main/layouts.js

@@ -31,7 +31,7 @@ Template.userFormsLayout.onCreated(function() {
       return this.stop();
     },
   });
-  Meteor.call('isPasswordDisabled', (_, result) => {
+  Meteor.call('isPasswordLoginDisabled', (_, result) => {
     if (result) {
       $('.at-pwd-form').hide();
     }