wip
This commit is contained in:
parent
38e6c145e2
commit
497a108647
@ -1,11 +1,11 @@
|
||||
<script lang="ts">
|
||||
import sampleQR from "./sampleqrlfkselfservice.png";
|
||||
import { Button } from "$lib/components/ui/button/index.js";
|
||||
import * as Card from "$lib/components/ui/card/index.js";
|
||||
import Checkbox from "$lib/components/ui/checkbox/checkbox.svelte";
|
||||
import { Input } from "$lib/components/ui/input";
|
||||
import { Label } from "$lib/components/ui/label";
|
||||
import { Progress } from "$lib/components/ui/progress";
|
||||
import sampleQR from "./sampleqrlfkselfservice.png";
|
||||
|
||||
const Steps = {
|
||||
WELCOME: {
|
||||
@ -217,7 +217,7 @@
|
||||
tell them your name.<br />
|
||||
You can scan this qr code to login to our selfservice.
|
||||
</p>
|
||||
<img src={sampleQR} alt="">
|
||||
<img src={sampleQR} alt="" />
|
||||
TODO:
|
||||
{:else if currentStep.name == Steps.SIGNIN.name}
|
||||
<div class="grid gap-2">
|
||||
|
Loading…
x
Reference in New Issue
Block a user