This commit is contained in:
Philipp Dormann 2025-03-24 10:45:03 +01:00
parent 38e6c145e2
commit 497a108647
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -1,11 +1,11 @@
<script lang="ts"> <script lang="ts">
import sampleQR from "./sampleqrlfkselfservice.png";
import { Button } from "$lib/components/ui/button/index.js"; import { Button } from "$lib/components/ui/button/index.js";
import * as Card from "$lib/components/ui/card/index.js"; import * as Card from "$lib/components/ui/card/index.js";
import Checkbox from "$lib/components/ui/checkbox/checkbox.svelte"; import Checkbox from "$lib/components/ui/checkbox/checkbox.svelte";
import { Input } from "$lib/components/ui/input"; import { Input } from "$lib/components/ui/input";
import { Label } from "$lib/components/ui/label"; import { Label } from "$lib/components/ui/label";
import { Progress } from "$lib/components/ui/progress"; import { Progress } from "$lib/components/ui/progress";
import sampleQR from "./sampleqrlfkselfservice.png";
const Steps = { const Steps = {
WELCOME: { WELCOME: {
@ -217,7 +217,7 @@
tell them your name.<br /> tell them your name.<br />
You can scan this qr code to login to our selfservice. You can scan this qr code to login to our selfservice.
</p> </p>
<img src={sampleQR} alt=""> <img src={sampleQR} alt="" />
TODO: TODO:
{:else if currentStep.name == Steps.SIGNIN.name} {:else if currentStep.name == Steps.SIGNIN.name}
<div class="grid gap-2"> <div class="grid gap-2">