diff --git a/lib/Authy/AuthyApi.php b/lib/Authy/AuthyApi.php index be6a4f7..63c1891 100644 --- a/lib/Authy/AuthyApi.php +++ b/lib/Authy/AuthyApi.php @@ -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);