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.
2 parents 0149699 + 82cdb5d commit 2a0b7c0Copy full SHA for 2a0b7c0
src/app/features/home/explore-tab/explore-tab/explore-tab.component.ts
@@ -15,7 +15,7 @@ export class ExploreTabComponent {
15
readonly bubbleIframeUrl$ = this.diaBackendAuthService.token$.pipe(
16
isNonNullable(),
17
map(token => {
18
- return `https://captureappiframe.numbersprotocol.io/?token=${token}`;
+ return `https://captureappiframe.numbersprotocol.io/version-qa-release/?token=${token}`;
19
})
20
);
21
0 commit comments