mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Fix: Error message must disappear when retrying (for a moment if unsuccessful again)
This commit is contained in:
parent
52ee6a1891
commit
44856c7f3a
@ -102,6 +102,8 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
async onSubmit() {
|
||||
// error info ausschalten
|
||||
this.loginfail = false
|
||||
const loader = this.$loading.show({
|
||||
container: this.$refs.submitButton,
|
||||
})
|
||||
@ -118,10 +120,6 @@ export default {
|
||||
this.loginfail = true
|
||||
}
|
||||
},
|
||||
closeAlert() {
|
||||
this.$loading.hide()
|
||||
this.loginfail = false
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user