mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
login changed
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -4,7 +4,15 @@
|
||||
</x-slot>
|
||||
|
||||
<div wire:ignore>
|
||||
|
||||
<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>
|
||||
|
||||
<div>
|
||||
|
||||
<div class="flex justify-center" wire:key="qrcode">
|
||||
{!! $this->qrCode !!}
|
||||
</div>
|
||||
@@ -32,11 +40,11 @@
|
||||
<div class="flex items-center justify-end mt-4">
|
||||
|
||||
<x-button icon="login" secondary class="ml-4" wire:click="switchToEmailLogin">
|
||||
{{ __('Switch to E-Mail login') }}
|
||||
{{ __('E-Mail login') }}
|
||||
</x-button>
|
||||
|
||||
<x-button icon="at-symbol" primary class="ml-4" wire:click="switchToEmailSignup">
|
||||
{{ __('Switch to E-Mail signup') }}
|
||||
{{ __('E-Mail Registrierung') }}
|
||||
</x-button>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -7,7 +7,11 @@
|
||||
|
||||
<div class="relative border-b border-gray-200 pb-5 sm:pb-0">
|
||||
<div class="md:flex md:items-center md:justify-between">
|
||||
<h3 class="text-2xl font-medium leading-6 text-gray-200">Bibliotheken</h3>
|
||||
@if(request()->route()->getName() === 'library.lecturer')
|
||||
<h3 class="text-2xl font-medium leading-6 text-gray-200">Dozenten-Bibliotheken</h3>
|
||||
@else
|
||||
<h3 class="text-2xl font-medium leading-6 text-gray-200">Bibliotheken</h3>
|
||||
@endif
|
||||
</div>
|
||||
<div class="mt-4">
|
||||
<!-- Dropdown menu on small screens -->
|
||||
|
||||
Reference in New Issue
Block a user