From 7f222e67208a76292f3a2d28e3647cbaf1295328 Mon Sep 17 00:00:00 2001 From: Levi Yan Date: Mon, 28 Oct 2024 19:48:25 +0800 Subject: [PATCH] refactor: add operation in process which after successfully uploading new created public key --- test/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/home.html b/test/home.html index 1fb4f8a..bad52c0 100644 --- a/test/home.html +++ b/test/home.html @@ -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);