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