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

@@ -64,7 +64,7 @@
</div>
</div>
@if(app()->environment('local'))
@if(false && app()->environment('local'))
<div class="flex items-center justify-end mt-4">
<x-button icon="login" secondary class="ml-4" wire:click="switchToEmailLogin">
@@ -100,6 +100,13 @@
style="text-decoration: none; list-style: outside;"
>Balance of Satoshis</a
>,
<a
target="_blank"
href="https://www.walletofsatoshi.com/"
class="leading-6 text-blue-400 bg-transparent cursor-pointer"
style="text-decoration: none; list-style: outside;"
>Wallet of Satoshi</a
>,
<a
target="_blank" href="https://blixtwallet.github.io"
class="leading-6 text-blue-400 bg-transparent cursor-pointer"
@@ -208,12 +215,6 @@
</td>
</div>
<div class="pt-12">
<p class="text-xs">{{ __('Zeus bug:') }} <a target="_blank"
href="https://github.com/ZeusLN/zeus/issues/1045">https://github.com/ZeusLN/zeus/issues/1045</a>
</p>
</div>
</div>
<div wire:poll="checkAuth" wire:key="checkAuth"></div>
</x-jet-authentication-card>