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:
@@ -12,6 +12,6 @@ class Authenticate extends Middleware
|
||||
*/
|
||||
protected function redirectTo(Request $request): ?string
|
||||
{
|
||||
return $request->expectsJson() ? null : route('auth.ln');
|
||||
return $request->expectsJson() ? null : route('auth.login');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user