wip
This commit is contained in:
parent
38e6c145e2
commit
497a108647
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user