isLoggedIn() { if (localStorage.getItem('currentUser') === null) { return false; } return true; }