fix translation of noticing wrong password

This commit is contained in:
printempw 2016-09-27 22:41:10 +08:00
parent a877e93c3a
commit 459c325597

View File

@ -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')
]);
}