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 e6ed93d commit 845b1ebCopy full SHA for 845b1eb
packages/devextreme-cli/src/templates/nextjs/application/src/app/actions/auth.ts
@@ -22,7 +22,7 @@ export async function signOut() {
22
redirect('/login');
23
}
24
25
-export async function changePassword(email<%=#isTypeScript%>: string<%=/isTypeScript%>, recoveryCode?<%=#isTypeScript%>: string<%=/isTypeScript%>) {
+export async function changePassword(email<%=#isTypeScript%>: string<%=/isTypeScript%>, recoveryCode<%=#isTypeScript%>?: string<%=/isTypeScript%>) {
26
// Verify the recovery code
27
console.log(email, recoveryCode);
28
0 commit comments