first commit
This commit is contained in:
1
public/assets/js/pages/api-keys.js
Executable file
1
public/assets/js/pages/api-keys.js
Executable file
@@ -0,0 +1 @@
|
||||
function generateApiKey(){var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";let a="";for(let e=0;e<25;e++){var n=Math.floor(Math.random()*t.length);a+=t[n]}document.getElementById("apiKeyInput").value=a}new ClipboardJS("[data-clipboard-target]");
|
||||
Reference in New Issue
Block a user