<@U7X8HRB0D> `user.token.isBlank()` returns an obs...
# tornadofx
e
@favetelinguis
user.token.isBlank()
returns an observable boolean. What you're doing is fetching the Boolean value and turning it into an observable. That observable will never update.