Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jul 19, 2019
1 parent c395a02 commit af7e662
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Bridge/ClientRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public function validateClient($clientIdentifier, $clientSecret, $grantType)
return false;
}

// Once we have an existing client record we will verify the secret.
return hash_equals($record->secret, (string) $clientSecret);
}

Expand Down

0 comments on commit af7e662

Please sign in to comment.