mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-17 22:05:28 +01:00
test
This commit is contained in:
@@ -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.'})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user