mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-19 12:28:08 +00:00
fix addAuthInfo
This commit is contained in:
parent
3debdf4bb5
commit
b4342923f6
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ void AccountManager::registerNewAccount(const QString &username,
|
|||
"", // User ID.
|
||||
Utils::appStringToCoreString(password), // Password.
|
||||
"", // HA1.
|
||||
createdSipIdentityAddress->getDomain(), // Realm.
|
||||
"", // Realm.
|
||||
createdSipIdentityAddress->getDomain() // Domain.
|
||||
));
|
||||
if (type == RegisterType::Email) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue