mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
✌️
This commit is contained in:
parent
9ca28ebffc
commit
46c4d9e0ba
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ export default class MiOS extends EventEmitter {
|
|||
|
||||
public signout() {
|
||||
localStorage.removeItem('me');
|
||||
localStorage.removeItem('settings');
|
||||
document.cookie = `i=; domain=${hostname}; expires=Thu, 01 Jan 1970 00:00:01 GMT;`;
|
||||
location.href = '/';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue