Merge pull request #2959 from gradido/2892-Frontend-multiple-auto-logout-messages

fix(frontend): auto logout messages autohide time 5000
This commit is contained in:
Alexander Friedland 2023-06-16 06:06:57 +02:00 committed by GitHub
commit 7c78f01edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,7 @@ export default {
const loader = this.$loading.show({ const loader = this.$loading.show({
container: this.$refs.submitButton, container: this.$refs.submitButton,
}) })
this.$root.$bvToast.hide()
this.$apollo this.$apollo
.mutate({ .mutate({
mutation: login, mutation: login,