mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Appease sonar
This commit is contained in:
parent
46d7c3eb3c
commit
8e1e7f8e11
@ -268,7 +268,6 @@
|
||||
console.log("ready!");
|
||||
$('.delete-api-key').click(async function () {
|
||||
let keyId = $(this).data("key-id");
|
||||
let keyName = $(this).data("key-name");
|
||||
let token = getCookie("_xsrf");
|
||||
let res = await fetch(`/api/v2/users/${userId}/key/${keyId}`, {
|
||||
method: 'DELETE',
|
||||
|
Loading…
Reference in New Issue
Block a user