fix(fe): condition on auth page

This commit is contained in:
Denis Gukov 2021-12-17 13:19:45 +05:00
parent 2554afa792
commit 72aac24e1b

View File

@ -113,7 +113,7 @@ export default {
responseType: 'json', responseType: 'json',
})).data; })).data;
this.newUser = !info.newUserRequired; this.newUser = info.newUserRequired;
}, },
methods: { methods: {