edit auth

This commit is contained in:
jiha
2026-03-01 13:59:55 +08:00
parent 7bed529850
commit 3fa1994022

View File

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