mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-09 01:08:42 +02:00
update login error
This commit is contained in:
parent
604515ae66
commit
b66b388d51
@ -52,8 +52,7 @@ class Login extends BaseLogin
|
||||
$this->dispatch('reset-captcha');
|
||||
|
||||
throw ValidationException::withMessages([
|
||||
'data.login' => trans('filament-panels::pages/auth/login.messages.failed'),
|
||||
]);
|
||||
'data.login' => trans('filament-panels::auth/pages/login.messages.failed')]);
|
||||
}
|
||||
|
||||
protected function getLoginFormComponent(): Component
|
||||
|
Loading…
x
Reference in New Issue
Block a user