forked from FoundKeyGang/FoundKey
✌️
This commit is contained in:
parent
a8083eb52b
commit
9f22f924f1
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ export default class MiOS extends EventEmitter {
|
||||||
|
|
||||||
public signout() {
|
public signout() {
|
||||||
localStorage.removeItem('me');
|
localStorage.removeItem('me');
|
||||||
|
localStorage.removeItem('settings');
|
||||||
document.cookie = `i=; domain=${hostname}; expires=Thu, 01 Jan 1970 00:00:01 GMT;`;
|
document.cookie = `i=; domain=${hostname}; expires=Thu, 01 Jan 1970 00:00:01 GMT;`;
|
||||||
location.href = '/';
|
location.href = '/';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue