edit auth

This commit is contained in:
jiha
2026-03-01 14:10:04 +08:00
parent 3fa1994022
commit 01d0d78ada

View File

@@ -76,7 +76,7 @@ public function login(Request $request)
if (!$user->is_approved) { if (!$user->is_approved) {
return back()->withErrors([ return back()->withErrors([
'login' => 'Account not approved by manager.' 'login' => 'Account not approved by admin.'
]); ]);
} }