Closed SRWieZ closed 11 months ago
Fix OAuth callback error message
The OAuth callback error was not displaying the provider name in the message.
when using a config like this, without Label:
return [ 'middleware' => ['web'], 'prompt' => 'Or Login Via', 'providers' => [ Providers::github(), ], ];
Nice one, thanks!
Summary
Fix OAuth callback error message
Explanation
The OAuth callback error was not displaying the provider name in the message.
when using a config like this, without Label:
Checklist