refactor: add operation in process which after successfully uploading new created public key
This commit is contained in:
		@@ -493,7 +493,7 @@ header("Allow: GET, POST, OPTIONS, PUT, DELETE");
 | 
				
			|||||||
                return response.json();
 | 
					                return response.json();
 | 
				
			||||||
            })
 | 
					            })
 | 
				
			||||||
            .then(async data => {
 | 
					            .then(async data => {
 | 
				
			||||||
                console.log(data)
 | 
					                console.log("Successfully upload new created public key.\n", data)
 | 
				
			||||||
            })
 | 
					            })
 | 
				
			||||||
            .catch(error => {
 | 
					            .catch(error => {
 | 
				
			||||||
                console.error('There has been a problem with your fetch operation:', error);
 | 
					                console.error('There has been a problem with your fetch operation:', error);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user