Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denys.oblohin committed Feb 17, 2022
1 parent 7ba67d3 commit f4e6eec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/apps/app/src/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ Object.assign(window, {
expireEarlySeconds,
autoRenew: true,
autoRemove: false,
syncStorage: config?.tokenManager?.syncStorage,
broadcastChannelName: config.clientId + '_crossTabTest'
syncStorage: config?.tokenManager?.syncStorage
};
config.isTokenRenewPage = true;

Expand Down

0 comments on commit f4e6eec

Please sign in to comment.