Skip to content

Commit

Permalink
[core] Temporary disable Reconnect without slider request; Reduce d…
Browse files Browse the repository at this point in the history
…evice banning caused by loginsolver error
  • Loading branch information
Karlatemp committed Nov 15, 2022
1 parent 90f2fee commit b38687a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,10 @@ internal class SsoProcessorImpl(
// retry once
if (!allowSlider) collectThrow(createUnsupportedSliderCaptchaException(allowSlider))
allowSlider = false
response = WtLogin9(client, allowSlider).sendAndExpect()
// TODO Reconnect without slider request
// Need to create new connection NOT send it in current connection
// response = WtLogin9(client, allowSlider).sendAndExpect()
collectThrow(createUnsupportedSliderCaptchaException(false))
}
}

Expand Down

0 comments on commit b38687a

Please sign in to comment.