ln auth added and email service activated

This commit is contained in:
Benjamin Takats
2022-12-01 20:35:54 +01:00
parent cfa566ebbf
commit 0003dc2bc8
9 changed files with 283 additions and 29 deletions

View File

@@ -66,10 +66,13 @@
<a class="underline text-sm text-gray-600 hover:text-gray-900" href="{{ route('login') }}">
{{ __('Already registered?') }}
</a>
Wurde noch nicht implementiert
{{--<x-jet-button class="ml-4">
<x-jet-button class="ml-4">
{{ __('Register') }}
</x-jet-button>--}}
</x-jet-button>
</div>
<div class="flex items-center justify-left mt-4">
<x-button href="{{ route('auth.ln') }}" primary icon="lightning-bolt">LN-Auth</x-button>
</div>
</form>
</x-jet-authentication-card>