Initial commit 🍀
This commit is contained in:
commit
b3f42e62af
405 changed files with 31017 additions and 0 deletions
4
src/web/app/common/scripts/signout.ls
Normal file
4
src/web/app/common/scripts/signout.ls
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
module.exports = ->
|
||||
local-storage.remove-item \me
|
||||
document.cookie = "i=; domain=.#{CONFIG.host}; expires=Thu, 01 Jan 1970 00:00:01 GMT;"
|
||||
location.href = \/
|
||||
Loading…
Add table
Add a link
Reference in a new issue