mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Update dependencies
This commit is contained in:
parent
6d5cfa32e2
commit
6f7350d031
4 changed files with 10 additions and 8 deletions
|
@ -189,9 +189,9 @@ public class Manager implements Signal {
|
|||
accountManager = new SignalServiceAccountManager(BaseConfig.serviceConfiguration, account.getUsername(), account.getPassword(), BaseConfig.USER_AGENT, timer);
|
||||
|
||||
if (voiceVerification) {
|
||||
accountManager.requestVoiceVerificationCode(Locale.getDefault());
|
||||
accountManager.requestVoiceVerificationCode(Locale.getDefault(), Optional.<String>absent());
|
||||
} else {
|
||||
accountManager.requestSmsVerificationCode(false);
|
||||
accountManager.requestSmsVerificationCode(false, Optional.<String>absent());
|
||||
}
|
||||
|
||||
account.setRegistered(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue