I have implemented the login functionality in which i have to set the uname and password into the localStorage
API.I want to know which place our data will be stored?
localStorage.setItem('userName', JSON.stringify(data.uname));
localStorage.getItem('userName');