Skip to content

Display Logged In User


Challenge

  1. When a user signs in, display their email address in the navbar.
  2. Hide the Sign in and Sign up links in the navbar while the user is logged in.
  3. Insert a Sign out link in the navbar that's only visible while the user is logged in. (Don't worry about implementing the Sign out functionality yet. We'll handle that in the next problem.)

Demo Display logged in user