Files
juwan-frontend/lib/api/auth-extra.ts
T
2026-02-28 07:26:05 +08:00

5 lines
115 B
TypeScript

export function sendForgotPasswordCode(email: string): never {
void email
throw new Error("Not implemented")
}