login changed

This commit is contained in:
Benjamin Takats
2022-12-06 15:09:48 +01:00
parent c2de38a41d
commit a520c26dba
5 changed files with 37 additions and 11 deletions

View File

@@ -13,6 +13,13 @@
@endif
<form method="POST" action="{{ route('login') }}">
<div class="flex items-center justify-end mb-4">
<x-button icon="arrow-left" secondary class="ml-4" href="/">
{{ __('Zurück zur Webseite') }}
</x-button>
</div>
@csrf
<div>
@@ -52,7 +59,7 @@
</div>
<div class="flex items-center justify-left mt-4">
<x-button href="{{ route('auth.ln') }}" primary icon="lightning-bolt">LN-Auth</x-button>
<x-button href="{{ route('auth.ln') }}" primary icon="lightning-bolt">LNURL-Auth</x-button>
</div>
</form>
</x-jet-authentication-card>

View File

@@ -7,6 +7,13 @@
<x-jet-validation-errors class="mb-4"/>
<form method="POST" action="{{ route('register') }}">
<div class="flex items-center justify-end mb-4">
<x-button icon="arrow-left" secondary class="ml-4" href="/">
{{ __('Zurück zur Webseite') }}
</x-button>
</div>
@csrf
<div>
@@ -72,7 +79,7 @@
</div>
<div class="flex items-center justify-left mt-4">
<x-button href="{{ route('auth.ln') }}" primary icon="lightning-bolt">LN-Auth</x-button>
<x-button href="{{ route('auth.ln') }}" primary icon="lightning-bolt">LNURL-Auth</x-button>
</div>
</form>
</x-jet-authentication-card>