I also think that the `val passwordEntered = Simpl...
# tornadofx
e
I also think that the
val passwordEntered = SimpleStringProperty("")
should be inside the
openInternalWindow
builder, right now it is captured by the lambda and reused, so if you get the lock screen twice, it might contain the prior value you entered. And you don't need to add
""
to
SimpleStringProperty
, it will be blank by default.