Skip to content

Problems with Logout Button (fake login) #721

Closed Answered by Kheirah
JanaS87 asked this question in Web
Discussion options

You must be logged in to vote

In _app.js you forgot to pass down the props to your LogoutButton component 😉

{loggedIn && <LogoutButton loggedIn={loggedIn} handleLogout={handleLogout} />}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JanaS87
Comment options

@Kheirah
Comment options

Answer selected by Kheirah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Web
Labels
None yet
2 participants