mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-17 05:26:39 +01:00
6 lines
171 B
JavaScript
6 lines
171 B
JavaScript
|
module.exports = () => {
|
||
|
localStorage.removeItem('me');
|
||
|
document.cookie = `i=; domain=.${CONFIG.host}; expires=Thu, 01 Jan 1970 00:00:01 GMT;`;
|
||
|
location.href = '/';
|
||
|
};
|