fix yarn lint

This commit is contained in:
ogerly 2021-04-28 12:53:08 +02:00
parent df28df98d9
commit f94d1e8680

View File

@ -110,11 +110,10 @@ export default {
},
methods: {
async onSubmit() {
let loader = this.$loading.show({
// Optional parameters
container: this.$refs.formContainer
});
container: this.$refs.formContainer,
})
const result = await loginAPI.login(this.model.email, this.model.password)
if (result.success) {