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

@@ -247,7 +247,7 @@
<li>{{ __('Log in so that you can edit your participation at any time.') }}</li>
</ul>
<div class="w-full flex justify-end">
<x-button xs secondary :href="route('auth.ln')">
<x-button xs secondary :href="route('auth.login')">
<i class="fa fa-thin fa-sign-in"></i>
{{ __('Login') }}
</x-button>
@@ -293,7 +293,7 @@
<li>{{ __('Log in so that you can edit your participation at any time.') }}</li>
</ul>
<div class="w-full flex justify-end">
<x-button xs secondary :href="route('auth.ln')">
<x-button xs secondary :href="route('auth.login')">
<i class="fa fa-thin fa-sign-in"></i>
{{ __('Login') }}
</x-button>