Browse Source

strip ?token= on logout reload

pull/4/head
f0x 5 years ago
parent
commit
f84e9328b7
  1. 2
      src/oauth.js

2
src/oauth.js

@ -189,7 +189,7 @@ module.exports = function oauthClient(config, initState) {
// see above
}).then(() => {
localStorage.removeItem("oauth");
location.reload();
window.location = getCurrentUrl();
});
}

Loading…
Cancel
Save