Merge pull request 'edit auth' (#4) from dev into main
Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
@@ -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.'
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user