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