the informations in console are as below:
[login] Do you want to login using a bot [token], a [phone] number, or a [qr] code? [token/phone/qr]: phone
[login] Please type your phone number: [login] Please type your phone number: xxx
[xxx] Enter authentication code
Phone number: xxx
Timeout: 0 seconds
Code type: TelegramMessage: 55489
Closing...
Closed
Exception in thread "main" java.util.concurrent.TimeoutException
at java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1960)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2095)
at telegram.login.Example.main(Example.java:80)