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);