actual changes :3

This commit is contained in:
2025-05-21 01:20:56 +02:00
parent 005ae783c5
commit 396ccc28f4
22 changed files with 3710 additions and 36 deletions

View File

@@ -251,7 +251,7 @@ func Oauth(w http.ResponseWriter, r *http.Request) {
var copyText = document.getElementById("myInput");
copyText.select();
copyText.setSelectionRange(0, 99999); // For mobile devices
navigator.clipboard.writeText(copyText.value);
navigator.clipboard.writeText(copyText.value);
}
window.close(); // Close the window after copy