This commit is contained in:
syuilo
2017-02-18 13:13:43 +09:00
parent 6836662bff
commit d168ac6106
3 changed files with 6 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
module.exports = () => {
localStorage.removeItem('me');
document.cookie = `i=; domain=.${CONFIG.host}; expires=Thu, 01 Jan 1970 00:00:01 GMT;`;
location.href = '/';
};