Automatische Tests und Passwort Vergessen

This commit is contained in:
Moritz Utcke
2025-02-04 10:00:18 +07:00
parent 22cbe52935
commit 9d5867839b
50 changed files with 785 additions and 405 deletions

View File

@@ -1,8 +1,8 @@
<script lang="ts">
import { BenutzerClient, GebaeudeClient } from "#components/Ausweis/types";
import { BenutzerClient, ObjektClient } from "#components/Ausweis/types";
export let user: BenutzerClient;
export let gebaeudeArray: GebaeudeClient[];
export let gebaeudeArray: ObjektClient[];
</script>
<h1 class="text-4xl font-medium my-8">Willkommen zurück, {user.vorname}!</h1>