mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-17 05:26:39 +01:00
3f8ebac466
Closes #940
7 lines
195 B
TypeScript
7 lines
195 B
TypeScript
declare const _HOST_: string;
|
|
|
|
export default () => {
|
|
localStorage.removeItem('me');
|
|
document.cookie = `i=; domain=.${_HOST_}; expires=Thu, 01 Jan 1970 00:00:01 GMT;`;
|
|
location.href = '/';
|
|
};
|