auth47 bootstrapping

This commit is contained in:
HolgerHatGarKeineNode
2023-02-07 21:33:30 +01:00
parent f79ec131e3
commit 14936da92c
6 changed files with 187 additions and 33 deletions

View File

@@ -0,0 +1,14 @@
<div class="bg-white flex flex-col h-screen justify-between py-16">
<div class="max-w-screen-2xl mx-auto px-2 sm:px-10 space-y-4 flex flex-col sm:flex-row">
<div class="flex flex-col space-y-4">
<div class="flex justify-center" wire:key="qrcode">
<a href="{{ $this->url }}">
<img src="{{ 'data:image/png;base64, '. $this->qrCode }}" alt="qrcode">
</a>
</div>
<code class="font-mono text-black">
{{ $this->url }}
</code>
</div>
</div>
</div>