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.
1 parent 4782c81 commit 2cbc5feCopy full SHA for 2cbc5fe
src/pages/callback/callback-page.tsx
@@ -64,6 +64,12 @@ const CallbackPage = () => {
64
: null;
65
const selected_currency =
66
(is_valid_currency ? state?.account?.currency || currency : currency) || firstAccountCurrency;
67
+ console.log('selected_currency', {
68
+ firstAccountCurrency,
69
+ stateAccountCurrency: state?.account?.currency,
70
+ currency,
71
+ selected_currency,
72
+ });
73
window.location.assign(`/?account=${selected_currency}`);
74
}}
75
renderReturnButton={() => {
0 commit comments