Skip to content

Commit

Permalink
Closes #352, I have no fucking clue why but ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantcheese committed Sep 30, 2019
1 parent 112730d commit 266d9ad
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,9 @@ public void switchPage(Page page, boolean useV2NoJsCaptcha, boolean autoReply) {
// cleanup resources tied to the new captcha layout/presenter
callback.destroyCurrentAuthentication();
callback.initializeAuthentication(loadable.site, authentication, this, useV2NoJsCaptcha, autoReply);
callback.setPage(Page.AUTHENTICATION);
if(!autoReply) {
callback.setPage(Page.AUTHENTICATION);
}
break;
}
}
Expand Down

0 comments on commit 266d9ad

Please sign in to comment.