Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kmjennison authored May 9, 2021
1 parent 6c7f63b commit 997b8f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,7 @@ export async function getServerSideProps({ params: { id } }) {
}
}

export default withAuthUser({
whenUnauthedAfterInit: AuthAction.REDIRECT_TO_LOGIN,
})(Artist)
export default withAuthUser()(Artist)
````

## Config
Expand Down

0 comments on commit 997b8f9

Please sign in to comment.