Skip to content

Commit

Permalink
fixed challenge ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
diafygi committed May 16, 2020
1 parent a72c46a commit 4bf1dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/index.js
Expand Up @@ -1776,6 +1776,7 @@ function checkAuthorization(e){
var a_url = ORDER['order_response']['authorizations'][i];
if(AUTHORIZATIONS[a_url]['recheck_auth_response'] === undefined){
next_auth_i = i;
break;
}
}

Expand Down

0 comments on commit 4bf1dab

Please sign in to comment.