mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
enable nostr nip-05 login
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user