Forráskód Böngészése

Update layouts.js

Allemand 5 éve
szülő
commit
1389ed0fce
1 módosított fájl, 1 hozzáadás és 1 törlés
  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();
     }