edit auth #3

Merged
root merged 1 commits from dev into main 2026-03-01 06:01:49 +00:00
Showing only changes of commit 3fa1994022 - Show all commits

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 admin.' 'login' => 'Account not approved by manager.'
]); ]);
} }