Compare commits

...

2 Commits

Author SHA1 Message Date
0ceb8bc12d Merge pull request 'edit auth' (#4) from dev into main
Reviewed-on: #4
2026-03-01 06:15:07 +00:00
jiha
01d0d78ada edit auth 2026-03-01 14:10:04 +08:00

View File

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