Skip to content

Commit

Permalink
fix: wrong link passed to redirect option on credentials update (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudokotrla authored Apr 14, 2024
1 parent f60614d commit a229acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/next/components/user/credentials-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const CredentialsForm: React.FC<{ userEmail: string }> = ({
email,
password,
redirect: {
url: "/accounts/credentials",
url: "/settings/credentials",
},
})
}}
Expand Down

0 comments on commit a229acb

Please sign in to comment.