We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471ee83 commit e8f39deCopy full SHA for e8f39de
src/core/qfieldcloudconnection.cpp
@@ -614,11 +614,9 @@ void QFieldCloudConnection::setAuthenticationToken( QNetworkRequest &request )
614
providerDetails.value( "refresh_token_url" ).toString(),
615
providerDetails.value( "scope" ).toString(),
616
extraTokens.join( ',' ) ) );
617
- qDebug() << config.config( "oauth2config" );
618
QgsApplication::instance()->authManager()->storeAuthenticationConfig( config, true );
619
620
mProviderConfigId = config.id();
621
- qDebug() << mProviderConfigId;
622
QSettings().setValue( QStringLiteral( "/QFieldCloud/providerConfigId" ), mProviderConfigId );
623
emit providerConfigurationChanged();
624
}
0 commit comments