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();
     }