Skip to content

Commit

Permalink
log stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Feb 7, 2024
1 parent fa0f712 commit c7dce9c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export class ExternalGamePageComponent implements OnInit, OnDestroy {

this.iframeWindowTitle = `${this.game.name} (External ${this.config.appName} Game)`;
this.iframeSrcUrl = `${this.game.externalGameClientUrl}?teamId=${teamId}`;
console.log("iframe url", this.iframeSrcUrl);
this.layoutService.stickyMenu$.next(false);

if (!this.game.externalGameClientUrl) {
Expand Down

0 comments on commit c7dce9c

Please sign in to comment.