mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Remove localhost setting as it does not work on ipv4 connection on mac.
This commit is contained in:
parent
192e0928e5
commit
b52c606a1e
1 changed files with 0 additions and 5 deletions
|
|
@ -190,11 +190,6 @@ OIDCModel::OIDCModel(const std::shared_ptr<linphone::AuthInfo> &authInfo, QObjec
|
|||
QAbstractOAuth::Stage stage, QMultiMap<QString, QVariant> *parameters) {
|
||||
parameters->insert("login_hint", username);
|
||||
parameters->replace("application_type", "native");
|
||||
if (stage == QAbstractOAuth::Stage::RequestingAuthorization) {
|
||||
QUrl redirectUri = parameters->value("redirect_uri").toUrl();
|
||||
redirectUri.setHost("localhost");
|
||||
parameters->replace("redirect_uri", redirectUri);
|
||||
}
|
||||
switch (stage) {
|
||||
case QAbstractOAuth::Stage::RequestingAccessToken: {
|
||||
//: Requesting access token
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue