edit auth #3
@@ -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