Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikuzn committed Nov 27, 2020
1 parent 196f787 commit 7e71eb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/Espo/Core/Api/Auth.php
Expand Up @@ -178,6 +178,8 @@ public function process(Request $request, Response $response)
}

if ($hasAuthData) {
$authResult = null;

try {
$authResult = $this->authentication->login($username, $password, $request, $authenticationMethod);
}
Expand Down

0 comments on commit 7e71eb0

Please sign in to comment.