fullstack-tutorial
fullstack-tutorial copied to clipboard
Fix displayed email address when not being logged in
In the course of the tutorial (before implementing login) the Header component is displayed without the local store being initialized. localStorage.getItem('token') therefore returns null, which, thanks to atob gets turned into:
