diff --git a/apps/server/src/codef/types/reset-password/reset-password.response.ts b/apps/server/src/codef/types/reset-password/reset-password.response.ts index 81f33c9..348d1f2 100644 --- a/apps/server/src/codef/types/reset-password/reset-password.response.ts +++ b/apps/server/src/codef/types/reset-password/reset-password.response.ts @@ -27,7 +27,7 @@ export const CodefSMSResponse = CodefResponse( jti: t.string, twoWayTimestamp: t.number, extraInfo: t.type({ - reqSmsAuthNo: t.string, + reqSMSAuthNo: t.string, }), }) );