/opt/canhelp/node_modules/better-auth/dist/plugins/email-otp
Edit: /opt/canhelp/node_modules/better-auth/dist/plugins/email-otp/client.mjs (454B)
import { EMAIL_OTP_ERROR_CODES } from "./error-codes.mjs";
//#region src/plugins/email-otp/client.ts
const emailOTPClient = () => {
return {
id: "email-otp",
$InferServerPlugin: {},
atomListeners: [{
matcher: (path) => path === "/email-otp/verify-email" || path === "/sign-in/email-otp",
signal: "$sessionSignal"
}],
$ERROR_CODES: EMAIL_OTP_ERROR_CODES
};
};
//#endregion
export { emailOTPClient };
//# sourceMappingURL=client.mjs.map