larger qr code

This commit is contained in:
Philipp Dormann 2025-03-24 11:01:22 +01:00
parent 42f2a5ba21
commit d11f22f5f8
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -190,7 +190,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.
<!-- TODO: generate actual qr code --> <!-- TODO: generate actual qr code -->
<img src={sampleQR} alt="" /> <img class="mx-auto h-56" src={sampleQR} alt="" />
</p> </p>
{:else if currentStep.name == Steps.SIGNIN.name} {:else if currentStep.name == Steps.SIGNIN.name}
<div class="grid gap-2"> <div class="grid gap-2">
@ -240,7 +240,7 @@
and tell them your name. and tell them your name.
{/if} {/if}
</Card.Content> </Card.Content>
<Card.Footer class="grid gap-4"> <Card.Footer class="grid gap-2">
{#if currentStep.showback} {#if currentStep.showback}
<Button <Button
variant="destructive" variant="destructive"