Compare commits
2 Commits
e02ad8ae16
...
a216b35af6
| Author | SHA1 | Date | |
|---|---|---|---|
| a216b35af6 | |||
|
|
3fa1994022 |
@@ -76,7 +76,7 @@ public function login(Request $request)
|
||||
|
||||
if (!$user->is_approved) {
|
||||
return back()->withErrors([
|
||||
'login' => 'Account not approved by admin.'
|
||||
'login' => 'Account not approved by manager.'
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user