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:
12
composer.lock
generated
12
composer.lock
generated
@@ -6781,16 +6781,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spatie/laravel-medialibrary",
|
"name": "spatie/laravel-medialibrary",
|
||||||
"version": "10.7.3",
|
"version": "10.7.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/spatie/laravel-medialibrary.git",
|
"url": "https://github.com/spatie/laravel-medialibrary.git",
|
||||||
"reference": "d42ef44607527aa9196b3e9eaf691c22ea5e4ff0"
|
"reference": "94803ea1b99deb11e723e15e069ce4c3a07425a3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/spatie/laravel-medialibrary/zipball/d42ef44607527aa9196b3e9eaf691c22ea5e4ff0",
|
"url": "https://api.github.com/repos/spatie/laravel-medialibrary/zipball/94803ea1b99deb11e723e15e069ce4c3a07425a3",
|
||||||
"reference": "d42ef44607527aa9196b3e9eaf691c22ea5e4ff0",
|
"reference": "94803ea1b99deb11e723e15e069ce4c3a07425a3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -6873,7 +6873,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/spatie/laravel-medialibrary/issues",
|
"issues": "https://github.com/spatie/laravel-medialibrary/issues",
|
||||||
"source": "https://github.com/spatie/laravel-medialibrary/tree/10.7.3"
|
"source": "https://github.com/spatie/laravel-medialibrary/tree/10.7.4"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -6885,7 +6885,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2022-11-27T10:46:08+00:00"
|
"time": "2022-12-06T07:29:40+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spatie/laravel-package-tools",
|
"name": "spatie/laravel-package-tools",
|
||||||
|
|||||||
@@ -13,6 +13,13 @@
|
|||||||
@endif
|
@endif
|
||||||
|
|
||||||
<form method="POST" action="{{ route('login') }}">
|
<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
|
@csrf
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
@@ -52,7 +59,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex items-center justify-left mt-4">
|
<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>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</x-jet-authentication-card>
|
</x-jet-authentication-card>
|
||||||
|
|||||||
@@ -7,6 +7,13 @@
|
|||||||
<x-jet-validation-errors class="mb-4"/>
|
<x-jet-validation-errors class="mb-4"/>
|
||||||
|
|
||||||
<form method="POST" action="{{ route('register') }}">
|
<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
|
@csrf
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
@@ -72,7 +79,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex items-center justify-left mt-4">
|
<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>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</x-jet-authentication-card>
|
</x-jet-authentication-card>
|
||||||
|
|||||||
@@ -4,7 +4,15 @@
|
|||||||
</x-slot>
|
</x-slot>
|
||||||
|
|
||||||
<div wire:ignore>
|
<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>
|
||||||
|
|
||||||
<div class="flex justify-center" wire:key="qrcode">
|
<div class="flex justify-center" wire:key="qrcode">
|
||||||
{!! $this->qrCode !!}
|
{!! $this->qrCode !!}
|
||||||
</div>
|
</div>
|
||||||
@@ -32,11 +40,11 @@
|
|||||||
<div class="flex items-center justify-end mt-4">
|
<div class="flex items-center justify-end mt-4">
|
||||||
|
|
||||||
<x-button icon="login" secondary class="ml-4" wire:click="switchToEmailLogin">
|
<x-button icon="login" secondary class="ml-4" wire:click="switchToEmailLogin">
|
||||||
{{ __('Switch to E-Mail login') }}
|
{{ __('E-Mail login') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
|
|
||||||
<x-button icon="at-symbol" primary class="ml-4" wire:click="switchToEmailSignup">
|
<x-button icon="at-symbol" primary class="ml-4" wire:click="switchToEmailSignup">
|
||||||
{{ __('Switch to E-Mail signup') }}
|
{{ __('E-Mail Registrierung') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -7,7 +7,11 @@
|
|||||||
|
|
||||||
<div class="relative border-b border-gray-200 pb-5 sm:pb-0">
|
<div class="relative border-b border-gray-200 pb-5 sm:pb-0">
|
||||||
<div class="md:flex md:items-center md:justify-between">
|
<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>
|
||||||
<div class="mt-4">
|
<div class="mt-4">
|
||||||
<!-- Dropdown menu on small screens -->
|
<!-- Dropdown menu on small screens -->
|
||||||
|
|||||||
Reference in New Issue
Block a user