binwiederhier hace 1 mes
padre
commit
f382a13109
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      web/src/components/Preferences.jsx

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