Librejs signup.js
This commit is contained in:
parent
3646d92ccc
commit
6405f93ff8
|
@ -1,3 +1,5 @@
|
||||||
|
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
|
||||||
|
|
||||||
if (localStorage.getItem("DONOTSHARE-secretkey") !== null) {
|
if (localStorage.getItem("DONOTSHARE-secretkey") !== null) {
|
||||||
window.location.replace("/app/")
|
window.location.replace("/app/")
|
||||||
document.body.innerHTML = "Redirecting..."
|
document.body.innerHTML = "Redirecting..."
|
||||||
|
@ -114,3 +116,5 @@ signupButton.addEventListener("click", () => {
|
||||||
}
|
}
|
||||||
doStuff()
|
doStuff()
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// @license-end
|
Reference in New Issue