sample qr code
This commit is contained in:
parent
828cc0547e
commit
38e6c145e2
BIN
src/routes/(components)/sampleqrlfkselfservice.png
Normal file
BIN
src/routes/(components)/sampleqrlfkselfservice.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 787 B |
@ -1,4 +1,5 @@
|
|||||||
<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";
|
||||||
@ -216,6 +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="">
|
||||||
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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user