redwoodjs / redwood-tutorial

The end state after completing the RedwoodJS introduction tutorial
https://redwoodjs.com/tutorial
40 stars 109 forks source link

BlogLayout "loggedIn" story doesn't render user #52

Closed agiannelli closed 2 years ago

agiannelli commented 2 years ago

Overview

I was working with BlogLayout and noticed that the Logged In story does not match what the dev server would render. It should be showing Logout + the user's email address.

Both stories show "Login" for the link, even with the mockUser.

Current State

Logged In Story Expected: Should see "Logout" with the user's email address Actual: Nav bar shows "Login" image

Logged Out Shows "Login" as expected image

agiannelli commented 2 years ago

I think this is user error 🙈 closing.