You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this is a stateless page, if you leave the page (by accidentally pressing the back button, for example) then you lose all the information on it. With browser caching, some inputs might be recovered if you go back, but it would be better to display an alert (such as window.confirm()) asking the user if they really want to leave the page.