improved validators

pull/692/head
Jingyi Niu 2024-04-18 08:40:33 +08:00
parent 693e280fd8
commit a6920c0b0b
1 changed files with 2 additions and 2 deletions

View File

@ -185,12 +185,12 @@ function uploadFileToS3(files, groupName, username) {
document.querySelector("#aws_api_gateway_url_token > label > textarea")["value"]: "";
if (!apiGatewayUrl) {
alert("Please load the API Gateway URL by click refresh button.");
alert("Please load the API URL (ApiGatewayUrl) by click refresh button in API and User Settings tab.");
return;
}
if (!apiToken) {
alert("Please load the API Gateway Token by click refresh button.");
alert("Please load the API Token (ApiGatewayUrlToken) by click refresh button in API and User Settings tab.");
return;
}