We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60614d commit a229acbCopy full SHA for a229acb
apps/next/components/user/credentials-form.tsx
@@ -54,7 +54,7 @@ export const CredentialsForm: React.FC<{ userEmail: string }> = ({
54
email,
55
password,
56
redirect: {
57
- url: "/accounts/credentials",
+ url: "/settings/credentials",
58
},
59
})
60
}}
0 commit comments