{{ __('Log in to your :app account', ['app' => config('app.name')]) }}
{{-- Flash error from SocialLoginController. Without this, OAuth
failures (missing client_id, Socialite exceptions, redirect URI
mismatch on callback) silently bounced the user back to /login
with the error stuffed in the session but never displayed —
making the Microsoft / Google buttons look like they did
nothing. Showing the message here makes the failure obvious. --}}
@if(session('error'))