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 c099605 commit 9c658dfCopy full SHA for 9c658df
src/plus/integrations/authentication/integrationAuthentication.ts
@@ -110,6 +110,7 @@ abstract class IntegrationAuthenticationProviderBase<ID extends IntegrationId =
110
session: ProviderAuthenticationSession | StoredSession,
111
) {
112
await this.container.storage.storeSecret(key, JSON.stringify(session));
113
+ // TODO: we should add `domain` on to the session like we are doing with `cloud` to make it explicit
114
await this.authenticationService.addConfigured({
115
integrationId: this.authProviderId,
116
domain: isSelfHostedIntegrationId(this.authProviderId) ? session.id : undefined,
0 commit comments