UNPKG

@denz93/vendure-plugin-simple-auth

Version:

Allow customers login using email and verification code (One time login)

3 lines (2 loc) 212 B
import { OneTimeCodeRequestedEvent } from "./events"; export declare const oneTimeCodeRequestedEventHandler: import("@vendure/email-plugin").EmailEventHandler<"onetimecode-requested", OneTimeCodeRequestedEvent>;