Compare commits

..

2 Commits

Author SHA1 Message Date
a216b35af6 Merge pull request 'edit auth' (#3) from dev into main
Reviewed-on: #3
2026-03-01 06:01:48 +00:00
jiha
3fa1994022 edit auth 2026-03-01 13:59:55 +08:00

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