2024-09-28 19:41:34 +01:00
|
|
|
// @license magnet:?xt=urn:btih:0ef1b8170b3b615170ff270def6427c317705f85&dn=lgpl-3.0.txt LGPL-3.0
|
|
|
|
// This sad excuse for a script is used so LibreJS doesn't scream at me
|
|
|
|
|
2024-11-15 17:00:06 +00:00
|
|
|
localStorage.removeItem("DONOTSHARE-clientKey")
|
|
|
|
localStorage.removeItem("DONOTSHARE-secretKey")
|
2024-09-28 19:41:34 +01:00
|
|
|
window.location.replace("/login" + window.location.search)
|
|
|
|
|
|
|
|
// @license-end
|