fix addAuthInfo

This commit is contained in:
Gaelle Braud 2024-09-14 17:23:07 +02:00
parent 3debdf4bb5
commit b4342923f6

View file

@ -178,7 +178,7 @@ void AccountManager::registerNewAccount(const QString &username,
"", // User ID. "", // User ID.
Utils::appStringToCoreString(password), // Password. Utils::appStringToCoreString(password), // Password.
"", // HA1. "", // HA1.
createdSipIdentityAddress->getDomain(), // Realm. "", // Realm.
createdSipIdentityAddress->getDomain() // Domain. createdSipIdentityAddress->getDomain() // Domain.
)); ));
if (type == RegisterType::Email) { if (type == RegisterType::Email) {