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
@ -67,7 +67,7 @@
|
|||||||
</b-alert>
|
</b-alert>
|
||||||
|
|
||||||
<!-- <b-form-checkbox v-model="model.rememberMe">{{ $t('site.login.remember')}}</b-form-checkbox> -->
|
<!-- <b-form-checkbox v-model="model.rememberMe">{{ $t('site.login.remember')}}</b-form-checkbox> -->
|
||||||
<div class="text-center" ref="formContainer">
|
<div class="text-center" ref="formContainer">
|
||||||
<base-button type="secondary" native-type="submit" class="my-4">
|
<base-button type="secondary" native-type="submit" class="my-4">
|
||||||
{{ $t('site.login.signin') }}
|
{{ $t('site.login.signin') }}
|
||||||
</base-button>
|
</base-button>
|
||||||
@ -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