Skip to content

Commit

Permalink
[MWPW-161045] Reload page on token expiry (#196)
Browse files Browse the repository at this point in the history
Reload page on token expiry
  • Loading branch information
qiyundai committed Nov 11, 2024
1 parent 91f69a6 commit d917213
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions events/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ const CONFIG = {
de: { ietf: 'de-DE', tk: 'hah7vzn.css' },
kr: { ietf: 'ko-KR', tk: 'zfo3ouc' },
},
adobeid: {
onTokenExpired: () => {
window.locaton.reload();
},
},
};

const MILO_CONFIG = setConfig({ ...CONFIG });
Expand Down

0 comments on commit d917213

Please sign in to comment.