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 55e08a0 commit d20a644Copy full SHA for d20a644
packages/cloud/src/WebAuthService.ts
@@ -141,7 +141,8 @@ export class WebAuthService extends EventEmitter<AuthServiceEvents> implements A
141
if (
142
this.credentials === null ||
143
this.credentials.clientToken !== credentials.clientToken ||
144
- this.credentials.sessionId !== credentials.sessionId
+ this.credentials.sessionId !== credentials.sessionId ||
145
+ this.credentials.organizationId !== credentials.organizationId
146
) {
147
this.transitionToAttemptingSession(credentials)
148
}
0 commit comments