mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-25 10:04:23 +01:00
Fix typo
This commit is contained in:
@@ -274,12 +274,12 @@ class Manager implements Signal {
|
||||
return registered;
|
||||
}
|
||||
|
||||
public void register(boolean voiceVerication) throws IOException {
|
||||
public void register(boolean voiceVerification) throws IOException {
|
||||
password = Util.getSecret(18);
|
||||
|
||||
accountManager = new SignalServiceAccountManager(URL, TRUST_STORE, username, password, USER_AGENT);
|
||||
|
||||
if (voiceVerication)
|
||||
if (voiceVerification)
|
||||
accountManager.requestVoiceVerificationCode();
|
||||
else
|
||||
accountManager.requestSmsVerificationCode();
|
||||
|
||||
Reference in New Issue
Block a user