1
0
binwiederhier 1 сар өмнө
parent
commit
f382a13109

+ 2 - 1
web/src/components/Preferences.jsx

@@ -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 "";