Speichern direkt auf Ausweis

This commit is contained in:
Moritz Utcke
2025-04-21 19:59:30 -03:00
parent f8e890e9a9
commit d9f6b7e825
16 changed files with 95 additions and 85 deletions

View File

@@ -135,7 +135,7 @@
);
blockLocalStorageSync = true;
localStorage.clear()
window.location.href = `/speichern-erfolgreich?id=${ausweis.id}`
window.location.href = `/dashboard/objekte?id=${ausweis.id}`
}
}