enable nostr nip-05 login

This commit is contained in:
HolgerHatGarKeineNode
2023-08-21 18:04:06 +02:00
parent 45b1b66e11
commit ddb79aed0b
18 changed files with 3754 additions and 279 deletions

View File

@@ -31,7 +31,7 @@
/>
<div class="py-2 sm:py-0">
@if(!auth()->check())
<x-button secondary href="{{ route('auth.ln') }}">
<x-button secondary href="{{ route('auth.login') }}">
<i class="fa-thin fa-sign-in"></i>
{{ __('Login') }}
</x-button>