diff --git a/src/stores/root.js b/src/stores/root.js index d3f0cb1d..57edf39c 100644 --- a/src/stores/root.js +++ b/src/stores/root.js @@ -270,6 +270,8 @@ export class RootStore { stores.forEach((store) => { store.clearData(); }); + // clear keystone_token in the local storage + localStorage.clear(); } }