mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 15:30:05 +00:00
actual changes :3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user