fulgens/services-src/auth/resources/static/js/logout.js

7 lines
267 B
JavaScript
Raw Normal View History

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
localStorage.clear()
window.location.replace("/login" + window.location.search)
// @license-end