From 997b8f90a8b9b68d33380416ca4949d6818bb919 Mon Sep 17 00:00:00 2001 From: Kevin Jennison Date: Sun, 9 May 2021 19:13:39 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index cc2c9d23..1150bae4 100644 --- a/README.md +++ b/README.md @@ -378,9 +378,7 @@ export async function getServerSideProps({ params: { id } }) { } } -export default withAuthUser({ - whenUnauthedAfterInit: AuthAction.REDIRECT_TO_LOGIN, -})(Artist) +export default withAuthUser()(Artist) ```` ## Config