This commit is contained in:
binwiederhier
2026-02-01 22:17:35 -05:00
parent b2f4046574
commit f382a13109

View File

@@ -441,7 +441,8 @@ const UserDialog = (props) => {
const baseUrlHelperText = (() => {
if (baseUrl.length > 0 && !baseUrlValid) {
return t("prefs_users_dialog_base_url_invalid");
} else if (baseUrlExists) {
}
if (baseUrlExists) {
return t("prefs_users_dialog_base_url_exists");
}
return "";