diff --git a/components/auth/footer.tsx b/components/auth/footer.tsx index 8e61f48..b398195 100644 --- a/components/auth/footer.tsx +++ b/components/auth/footer.tsx @@ -128,4 +128,4 @@ const AuthFooterInner: React.FC = (props) => { ) } -export const AuthFooter = withAuth(AuthFooterInner) +export const AuthFooter = withAuth(AuthFooterInner, [], true)