mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-09 13:38:51 +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');
|
$this->dispatch('reset-captcha');
|
||||||
|
|
||||||
throw ValidationException::withMessages([
|
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
|
protected function getLoginFormComponent(): Component
|
||||||
|
Loading…
x
Reference in New Issue
Block a user