Skip to content

Commit 9c658df

Browse files
committed
Adds a todo for a follow-up ticket
(#3901, #3922)
1 parent c099605 commit 9c658df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plus/integrations/authentication/integrationAuthentication.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ abstract class IntegrationAuthenticationProviderBase<ID extends IntegrationId =
110110
session: ProviderAuthenticationSession | StoredSession,
111111
) {
112112
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
113114
await this.authenticationService.addConfigured({
114115
integrationId: this.authProviderId,
115116
domain: isSelfHostedIntegrationId(this.authProviderId) ? session.id : undefined,

0 commit comments

Comments
 (0)