Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hardl committed Oct 15, 2024
1 parent da619d4 commit 13b3e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/src/services/container.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class ContainerService {
},
authData: targetCnt.authData || {}
},
`${event.origin}`
'test-origin'
);
break;
case LuigiInternalMessageID.NAVIGATION_REQUEST:
Expand Down

0 comments on commit 13b3e0b

Please sign in to comment.