mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge pull request #736 from gradido/correct-apollo-client-queryPolicy
Added a fetchPolicy: 'no-cache' to the login vall.
This commit is contained in:
commit
849117c2c3
@ -88,6 +88,7 @@ export default {
|
||||
email: this.form.email,
|
||||
password: this.form.password,
|
||||
},
|
||||
fetchPolicy: 'no-cache',
|
||||
})
|
||||
.then((result) => {
|
||||
const {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user