File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ const Layout = () => {
77
77
! clientHasCurrency
78
78
) {
79
79
const query_param_currency = sessionStorage . getItem ( 'query_param_currency' ) || currency || 'USD' ;
80
- console . log ( 'query_param_currency' , query_param_currency ) ;
81
80
sessionStorage . setItem ( 'query_param_currency' , currency ) ;
82
81
requestOidcAuthentication ( {
83
82
redirectCallbackUri : `${ window . location . origin } /callback` ,
Original file line number Diff line number Diff line change @@ -64,12 +64,6 @@ const CallbackPage = () => {
64
64
: null ;
65
65
const selected_currency =
66
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
67
window . location . assign ( `/?account=${ selected_currency } ` ) ;
74
68
} }
75
69
renderReturnButton = { ( ) => {
You can’t perform that action at this time.
0 commit comments