Update
parent
824e97587d
commit
af83424a01
|
|
@ -18,7 +18,6 @@ class LoginController extends Controller
|
|||
*/
|
||||
public function __invoke(LoginRequest $request)
|
||||
{
|
||||
throw new BizException(__('Incorrect account or password'));
|
||||
$user = User::where('phone', $request->input('phone'))->first();
|
||||
|
||||
if (! $user?->verifyPassword($request->input('password'))) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue