What part of the daml-ui-template
code maintains the current page when files change/the browser refreshes? I started refactoring some of the code a few days ago and i have just noticed that I have lost that functionality!
Thank you
What part of the daml-ui-template
code maintains the current page when files change/the browser refreshes? I started refactoring some of the code a few days ago and i have just noticed that I have lost that functionality!
Thank you
Hi @alex_m, I assume you are referring to the fact that it keeps you logged in?
The login data is stored in local storage. This is handled in a few places. It’s probably easiest to search for localStorage
locally but here is a list of all current references to it: