/opt/canhelp/node_modules/better-auth/dist/plugins/email-otp
Edit: /opt/canhelp/node_modules/better-auth/dist/plugins/email-otp/error-codes.mjs (359B)
import { defineErrorCodes } from "@better-auth/core/utils/error-codes";
//#region src/plugins/email-otp/error-codes.ts
const EMAIL_OTP_ERROR_CODES = defineErrorCodes({
OTP_EXPIRED: "OTP expired",
INVALID_OTP: "Invalid OTP",
TOO_MANY_ATTEMPTS: "Too many attempts"
});
//#endregion
export { EMAIL_OTP_ERROR_CODES };
//# sourceMappingURL=error-codes.mjs.map