ryanbelt

Results 2 comments of ryanbelt

thank you, that does work. But could this be one of the feature which make it as `hiddenHeader={true}` then the whole header will be hide

i got the same issue, even i set to use sessionStorage, It still use the localStorage to store the token. ```javascript if(typeof(window) != 'undefined'){ userPool.storage = sessionStorage; } ``` also...