refactor: add operation in process which after successfully uploading new created public key

This commit is contained in:
Levi Yan
2024-10-28 19:48:25 +08:00
parent 99e1693573
commit 7f222e6720

View File

@@ -493,7 +493,7 @@ header("Allow: GET, POST, OPTIONS, PUT, DELETE");
return response.json();
})
.then(async data => {
console.log(data)
console.log("Successfully upload new created public key.\n", data)
})
.catch(error => {
console.error('There has been a problem with your fetch operation:', error);