mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Fix typo
This commit is contained in:
parent
c5ac72a9a5
commit
74fb7d9377
1 changed files with 2 additions and 2 deletions
|
@ -274,12 +274,12 @@ class Manager implements Signal {
|
||||||
return registered;
|
return registered;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void register(boolean voiceVerication) throws IOException {
|
public void register(boolean voiceVerification) throws IOException {
|
||||||
password = Util.getSecret(18);
|
password = Util.getSecret(18);
|
||||||
|
|
||||||
accountManager = new SignalServiceAccountManager(URL, TRUST_STORE, username, password, USER_AGENT);
|
accountManager = new SignalServiceAccountManager(URL, TRUST_STORE, username, password, USER_AGENT);
|
||||||
|
|
||||||
if (voiceVerication)
|
if (voiceVerification)
|
||||||
accountManager.requestVoiceVerificationCode();
|
accountManager.requestVoiceVerificationCode();
|
||||||
else
|
else
|
||||||
accountManager.requestSmsVerificationCode();
|
accountManager.requestSmsVerificationCode();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue