fix translation of noticing wrong password
This commit is contained in:
parent
a877e93c3a
commit
459c325597
|
|
@ -70,7 +70,7 @@ class AuthController extends Controller
|
|||
|
||||
return json([
|
||||
'errno' => 1,
|
||||
'msg' => trans('auth.login.password'),
|
||||
'msg' => trans('auth.validation.password'),
|
||||
'login_fails' => session('login_fails')
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user