if (!verificationCache) {
throw new TRPCError({
code: "BAD_REQUEST",
message:
"This captcha has expired.",
cause: {
code: "CAPTCHA_EXPIRED",
},
});
}
if (!verificationCache) {
throw new TRPCError({
code: "BAD_REQUEST",
message:
"This captcha has expired.",
cause: {
code: "CAPTCHA_EXPIRED",
},
});
}