renamed signup details route

This commit is contained in:
2023-04-04 00:26:19 -05:00
parent ffc7d68298
commit a15cd90deb
2 changed files with 1 additions and 1 deletions

View File

@@ -98,7 +98,7 @@ export async function getServerSideProps(ctx: GetServerSidePropsContext) {
if (isNewUser) {
return {
redirect: {
destination: "/auth/user-info",
destination: "/auth/setup-profile",
permanent: false,
},
};