mirror of
https://github.com/kokonect-link/cherrypick
synced 2025-01-08 02:43:59 +09:00
5 lines
159 B
Plaintext
5 lines
159 B
Plaintext
module.exports = ->
|
|
local-storage.remove-item \me
|
|
document.cookie = "i=; domain=.#{CONFIG.host}; expires=Thu, 01 Jan 1970 00:00:01 GMT;"
|
|
location.href = \/
|