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 e8f39de commit 7d4c321Copy full SHA for 7d4c321
src/core/qfieldcloudconnection.cpp
@@ -300,6 +300,14 @@ void QFieldCloudConnection::login()
300
emit loginFailed( message );
301
}
302
303
+ if ( !mProvider.isEmpty() && !mProviderConfigId.isEmpty() )
304
+ {
305
+ QgsApplication::instance()->authManager()->removeAuthenticationConfig( mProviderConfigId );
306
+ mProviderConfigId.clear();
307
+ QSettings().remove( "/QFieldCloud/providerConfigId" );
308
+ emit providerConfigurationChanged();
309
+ }
310
+
311
setStatus( ConnectionStatus::Disconnected );
312
return;
313
0 commit comments