update confirm email code window

This commit is contained in:
smanylov
2026-01-26 13:04:13 +07:00
parent 4166cb1d80
commit bf9926f004
7 changed files with 101 additions and 26 deletions
+2 -2
View File
@@ -331,8 +331,8 @@ export async function tokenLifeExtension() {
}
export async function confirmEmail(
state: any | undefined,
formData: any
state: {error: string} | undefined,
formData: FormData
) {
console.log('confirmEmail');
const emailConfirm = formData.get('emailConfirm') as string || '';