Change window.reload to hard reload

This commit is contained in:
Alicia Sykes
2021-06-21 19:22:58 +01:00
parent 5b568ccac0
commit 75fc677ff9
2 changed files with 3 additions and 14 deletions

View File

@@ -90,7 +90,7 @@ export default {
registerLogout();
this.$toasted.show('Logged Out');
setTimeout(() => {
location.reload(); // eslint-disable-line no-restricted-globals
location.reload(true); // eslint-disable-line no-restricted-globals
}, 100);
},
isUserLoggedIn() {