Compare commits
3 Commits
dev
...
a216b35af6
| Author | SHA1 | Date | |
|---|---|---|---|
| a216b35af6 | |||
| e02ad8ae16 | |||
| cdfcb3ef92 |
@@ -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