We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3ef047 + badbac7 commit 1c27abcCopy full SHA for 1c27abc
src/components/layout/index.tsx
@@ -77,6 +77,8 @@ const Layout = () => {
77
!clientHasCurrency
78
) {
79
const query_param_currency = sessionStorage.getItem('query_param_currency') || currency || 'USD';
80
+ console.log('query_param_currency', query_param_currency);
81
+ sessionStorage.setItem('query_param_currency', currency);
82
requestOidcAuthentication({
83
redirectCallbackUri: `${window.location.origin}/callback`,
84
...(query_param_currency
0 commit comments