Compare commits
2 Commits
a216b35af6
...
0ceb8bc12d
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ceb8bc12d | |||
|
|
01d0d78ada |
@@ -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 manager.'
|
'login' => 'Account not approved by admin.'
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user