prefill homepage with token
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
export let form;
|
||||
|
||||
export let open = false;
|
||||
|
||||
import { page } from '$app/state';
|
||||
const vorgang_token = page.url.searchParams.get('vorgang');
|
||||
</script>
|
||||
|
||||
<div class="flex min-h-full flex-col justify-center px-6 py-12 lg:px-8">
|
||||
@@ -30,7 +33,7 @@
|
||||
name="case-id"
|
||||
label="Vorgangskennung"
|
||||
type="text"
|
||||
value={form?.caseId}
|
||||
value={vorgang_token}
|
||||
/>
|
||||
<div class="mt-5">
|
||||
<BaseInputField
|
||||
|
||||
Reference in New Issue
Block a user