Merge pull request #736 from gradido/correct-apollo-client-queryPolicy

Added a fetchPolicy: 'no-cache' to the login vall.
This commit is contained in:
Hannes Heine 2021-08-17 13:57:34 +02:00 committed by GitHub
commit 849117c2c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,7 @@ export default {
email: this.form.email,
password: this.form.password,
},
fetchPolicy: 'no-cache',
})
.then((result) => {
const {