feat: add RPC for public lead creation and update migrations in docker-compose files
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ rotateForm.addEventListener("submit", async (e) => {
|
||||
const fd = new FormData(rotateForm);
|
||||
const pw1 = fd.get("pw1");
|
||||
const pw2 = fd.get("pw2");
|
||||
if (pw1 !== pw2) { rotateError.textContent = "Passwoerter stimmen nicht ueberein."; return; }
|
||||
if (pw1 !== pw2) { rotateError.textContent = "Passwörter stimmen nicht überein."; return; }
|
||||
if (pw1.length < 10) { rotateError.textContent = "Mindestens 10 Zeichen."; return; }
|
||||
if (state.loginPassword && pw1 === state.loginPassword) {
|
||||
rotateError.textContent = "Neues Passwort muss sich vom alten unterscheiden.";
|
||||
|
||||
Reference in New Issue
Block a user