diff --git a/src/pages/gen1/[platform]/build-a-backend/auth/auth-migration-guide/index.mdx b/src/pages/gen1/[platform]/build-a-backend/auth/auth-migration-guide/index.mdx index 34cb11654fa..8578288c477 100644 --- a/src/pages/gen1/[platform]/build-a-backend/auth/auth-migration-guide/index.mdx +++ b/src/pages/gen1/[platform]/build-a-backend/auth/auth-migration-guide/index.mdx @@ -2263,7 +2263,7 @@ In v6, the `Auth.forgotPassword` API has become `resetPassword`. It uses named p confirmationCode, clientMetadata }) => { - await confirmResetPassword: ({ + await confirmResetPassword({ username, newPassword, confirmationCode,