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

@@ -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();