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: {
|
methods: {
|
||||||
async onSubmit() {
|
async onSubmit() {
|
||||||
|
|
||||||
let loader = this.$loading.show({
|
let loader = this.$loading.show({
|
||||||
// Optional parameters
|
// Optional parameters
|
||||||
container: this.$refs.formContainer
|
container: this.$refs.formContainer,
|
||||||
});
|
})
|
||||||
|
|
||||||
const result = await loginAPI.login(this.model.email, this.model.password)
|
const result = await loginAPI.login(this.model.email, this.model.password)
|
||||||
if (result.success) {
|
if (result.success) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user