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

@@ -34,7 +34,7 @@ class Meetups extends Component
public function mount()
{
if (!auth()->user()) {
return to_route('auth.ln');
return to_route('auth.login');
}
$this->meetups = Meetup::query()