[O] Refresh page after signing out
This commit is contained in:
@@ -193,5 +193,8 @@ export default class App extends Vue
|
|||||||
{
|
{
|
||||||
// Clear all cookies
|
// Clear all cookies
|
||||||
this.$cookies.keys().forEach(key => this.$cookies.remove(key));
|
this.$cookies.keys().forEach(key => this.$cookies.remove(key));
|
||||||
|
|
||||||
|
// Refresh
|
||||||
|
window.location.reload();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user