test {{ $lockUser->presenter()->title() }} {{ $lockUser->presenter()->subTitle() }}
@error('email') {{ $errors->first('email') }} @enderror
{!! \Orchid\Screen\Fields\Password::make('password') ->required() ->autocomplete('current-password') ->tabindex(1) ->autofocus() ->placeholder(__('Enter your password')) !!}
{{__('Sign in with another user.')}}