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:
@@ -59,7 +59,7 @@ class OrangePillForm extends Component
|
||||
public function save()
|
||||
{
|
||||
if (!auth()->check()) {
|
||||
return to_route('auth.ln');
|
||||
return to_route('auth.login');
|
||||
}
|
||||
$this->validate();
|
||||
$this->orangePill->save();
|
||||
|
||||
Reference in New Issue
Block a user