mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
ln auth added
This commit is contained in:
25
resources/views/livewire/auth/ln-url-auth.blade.php
Normal file
25
resources/views/livewire/auth/ln-url-auth.blade.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<x-jet-authentication-card>
|
||||
<x-slot name="logo">
|
||||
<x-jet-authentication-card-logo/>
|
||||
</x-slot>
|
||||
|
||||
<div wire:ignore>
|
||||
<div>
|
||||
<div class="flex justify-center" wire:key="qrcode">
|
||||
{!! $this->qrCode !!}
|
||||
</div>
|
||||
<div class="my-2 flex justify-center font-mono break-all">
|
||||
<span wire:key="lnurl">lightning:{{ $this->lnurl }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center justify-end mt-4">
|
||||
|
||||
<x-jet-button class="ml-4" wire:click="switchToEmail">
|
||||
{{ __('Switch to E-Mail login') }}
|
||||
</x-jet-button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div wire:poll="checkAuth" wire:key="checkAuth"></div>
|
||||
</x-jet-authentication-card>
|
||||
Reference in New Issue
Block a user