Fixed that EnterTanDialog's title hasn't been set

This commit is contained in:
dankito 2020-05-16 22:53:08 +02:00
parent 50ccc547ad
commit 282ca95e83
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ open class RouterJavaFx : IRouter {
EnterTanDialog(account, tanChallenge, presenter) { EnterTanDialog(account, tanChallenge, presenter) {
enteredTan.set(it) enteredTan.set(it)
tanEnteredLatch.countDown() tanEnteredLatch.countDown()
}.show() }.show(messages["enter.tan.dialog.title"])
} }
try { tanEnteredLatch.await() } catch (ignored: Exception) { } try { tanEnteredLatch.await() } catch (ignored: Exception) { }