This commit is contained in:
Manav Rathi
2025-06-11 11:13:11 +05:30
parent 999cc91f6c
commit a43d19fb79

View File

@@ -654,10 +654,6 @@ export const verifyEmail = async (
body: JSON.stringify({ email, ott, ...(source ? { source } : {}) }),
});
ensureOk(res);
// See: [Note: strict mode migration]
//
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
return RemoteEmailOrSRPVerificationResponse.parse(await res.json());
};