Skip to content

Commit

Permalink
fix multi frame cookieless demo
Browse files Browse the repository at this point in the history
  • Loading branch information
bryans99 committed Jan 9, 2025
1 parent 2f84bb0 commit 0c78ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demo_multi_frame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ const initializeEmbedSdk = (runtimeConfig: RuntimeConfig) => {
getSDKFactory()
.getSDK()
.initCookieless(
runtimeConfig.getSDK().lookerHost,
runtimeConfig.lookerHost,
'/acquire-embed-session',
'/generate-embed-tokens'
)
Expand Down

0 comments on commit 0c78ec3

Please sign in to comment.