diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-29 17:55:57 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-29 17:55:57 +0900 |
| commit | 9f22f924f159078e1fb044f4f37c299be57b2ab6 (patch) | |
| tree | 6c820f30bd16a34edeee9c6ad332630b81eb6411 /src/client | |
| parent | バグ修正など (diff) | |
| download | sharkey-9f22f924f159078e1fb044f4f37c299be57b2ab6.tar.gz sharkey-9f22f924f159078e1fb044f4f37c299be57b2ab6.tar.bz2 sharkey-9f22f924f159078e1fb044f4f37c299be57b2ab6.zip | |
:v:
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/common/mios.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/common/mios.ts b/src/client/app/common/mios.ts index 3973e4ae8c..c52e9d2d07 100644 --- a/src/client/app/common/mios.ts +++ b/src/client/app/common/mios.ts @@ -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 = '/'; } |