This commit is contained in:
iFargle
2023-02-10 14:27:40 +09:00
parent 0caf1b32c0
commit b910267dad

View File

@@ -971,7 +971,6 @@ function toggle_expired() {
// Copy a PreAuth Key to the clipboard. Show only the Prefix by default
function copy_preauth_key(key) {
key.select();
navigator.clipboard.writeText(key);
M.toast({html: 'PreAuth key copied to clipboard.'})
}