From b422c0483c9c0a31f89a2154bfe62936c7820723 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Sat, 22 Jun 2024 14:55:32 +0100 Subject: [PATCH] Librejs login.js --- static/js/login.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/js/login.js b/static/js/login.js index f63d137..329866a 100644 --- a/static/js/login.js +++ b/static/js/login.js @@ -1,3 +1,5 @@ +// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0 + if (localStorage.getItem("DONOTSHARE-secretkey") !== null) { window.location.replace("/app/") document.body.innerHTML = "Redirecting..."