Browse Source

fix login

Michael Wang 6 năm trước cách đây
mục cha
commit
456510db3e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/features/Login/Login.vue

+ 1 - 1
src/features/Login/Login.vue

@@ -149,7 +149,7 @@ export default {
   methods: {
     ...mapMutations(["updateUser"]),
     async login(name) {
-      if (this.loginButtonDisabled) {
+      if (this.disableLoginBtn) {
         return;
       }
       const valid = await this.$refs[name].validate();