mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2026-01-26 10:23:17 +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