We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94eb42 commit 7206e02Copy full SHA for 7206e02
packages/clerk-js/src/ui/components/SessionTasks/tasks/TaskResetPassword/index.tsx
@@ -89,6 +89,7 @@ const TaskResetPasswordInternal = () => {
89
try {
90
await updatePasswordWithReverification(user, [
91
{
92
+ currentPassword: currentPasswordRequired ? currentPasswordField.value : undefined,
93
newPassword: passwordField.value,
94
signOutOfOtherSessions: sessionsField.checked,
95
},
0 commit comments