Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #54 from lodev09/patch-1
Browse files Browse the repository at this point in the history
verifyToken remove unsetting "force" option
  • Loading branch information
luisuribe authored Jan 10, 2019
2 parents 678cc04 + f41368f commit 7816e29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Authy/AuthyApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ public function verifyToken($authy_id, $token, $opts = [])
{
if (! array_key_exists("force", $opts)) {
$opts["force"] = "true";
} else {
unset($opts["force"]);
}

$token = urlencode($token);
Expand Down

0 comments on commit 7816e29

Please sign in to comment.