mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
auth47 bootstrapping
This commit is contained in:
14
resources/views/livewire/auth/auth47-component.blade.php
Normal file
14
resources/views/livewire/auth/auth47-component.blade.php
Normal 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>
|
||||
Reference in New Issue
Block a user