Skip to content

Commit a229acb

Browse files
authored
fix: wrong link passed to redirect option on credentials update (#28)
1 parent f60614d commit a229acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/next/components/user/credentials-form.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const CredentialsForm: React.FC<{ userEmail: string }> = ({
5454
email,
5555
password,
5656
redirect: {
57-
url: "/accounts/credentials",
57+
url: "/settings/credentials",
5858
},
5959
})
6060
}}

0 commit comments

Comments
 (0)