This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
2024-07-06 16:02:20 +01:00
|
|
|
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
|
|
|
|
|
2024-07-30 11:23:22 +01:00
|
|
|
window.localStorage.removeItem("PRIVATE-secretKey")
|
|
|
|
window.localStorage.removeItem("PRIVATE-cryptoKey")
|
2024-07-06 16:02:20 +01:00
|
|
|
window.localStorage.removeItem("CACHE-username")
|
|
|
|
window.location.replace("/login")
|
|
|
|
|
|
|
|
// @license-end
|