refactor
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-04-23 10:27:53 -05:00
parent b8cb717772
commit 1880c50fd8
7 changed files with 71 additions and 32 deletions

View File

@ -153,9 +153,9 @@ String getBaseUri() {
String? getSettingDescription(String settingPath) {
switch (settingPath) {
case 'ApiPassword':
return "HTTP basic authentication password";
return "HTTP authentication password";
case 'ApiUser':
return "HTTP basic authentication user";
return "HTTP authentication user";
case 'HostConfig.ApiPassword':
return "RENTERD_API_PASSWORD";
default: