{{ __('Welcome Back !') }}
{{ __('Sign in to continue.') }}
@if($errors->has('keycloak'))
{{ $errors->first('keycloak') }}
@endif
{{--
Keycloak login block (temporarily disabled for local auth testing).
To re-enable Keycloak SSO button, uncomment this block.
@if(config('services.keycloak.client_id'))
Continue with UHS SSO (Keycloak)
{{ __('You will be redirected to the Keycloak login page.') }}
@else
Keycloak is not configured yet. Please set Keycloak environment values.
@endif
--}}