Calling mayRetrieveAutomaticallyIfUserEnteredDecoupledTan() out of loop. Should make no difference but should sound more logic

This commit is contained in:
dankito 2024-09-08 20:22:18 +02:00
parent b32cf94e25
commit bd18644c0d
1 changed files with 3 additions and 3 deletions

View File

@ -384,10 +384,10 @@ open class FinTsJobExecutor(
context.callback.enterTan(tanChallenge)
while (tanChallenge.isEnteringTanDone == false) {
delay(250)
mayRetrieveAutomaticallyIfUserEnteredDecoupledTan(context, tanChallenge, tanResponse)
mayRetrieveAutomaticallyIfUserEnteredDecoupledTan(context, tanChallenge, tanResponse)
while (tanChallenge.isEnteringTanDone == false) {
delay(500)
// TODO: add a timeout of e.g. 30 min
}