mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix yarn lint
This commit is contained in:
parent
df28df98d9
commit
f94d1e8680
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user