From 6405f93ff8bf2b9d15408155822fc91247bde026 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Sat, 22 Jun 2024 14:57:50 +0100 Subject: [PATCH] Librejs signup.js --- static/js/signup.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/js/signup.js b/static/js/signup.js index 1d9842d..579c91a 100644 --- a/static/js/signup.js +++ b/static/js/signup.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..." @@ -114,3 +116,5 @@ signupButton.addEventListener("click", () => { } doStuff() }); + +// @license-end \ No newline at end of file