disable email login and register

This commit is contained in:
Benjamin Takats
2022-12-12 20:41:54 +01:00
parent b1137f6f4a
commit 8d5b46d001
3 changed files with 6 additions and 6 deletions

View File

@@ -69,14 +69,14 @@
</div>
@endif
<div class="flex items-center justify-end mt-4">
{{--<div class="flex items-center justify-end mt-4">
<a class="underline text-sm text-gray-600 hover:text-gray-900" href="{{ route('login') }}">
{{ __('Already registered?') }}
</a>
<x-jet-button class="ml-4">
{{ __('Register') }}
</x-jet-button>
</div>
</div>--}}
<div class="flex items-center justify-left mt-4">
<x-button href="{{ route('auth.ln') }}" primary icon="lightning-bolt">LNURL-Auth</x-button>