supertokens-node
Version:
NodeJS driver for SuperTokens core
8 lines (7 loc) • 428 B
TypeScript
// @ts-nocheck
import { TypeWebauthnRecoverAccountEmailDeliveryInput } from "../../../types";
import { GetContentResult } from "../../../../../ingredients/emaildelivery/services/smtp";
export default function getRecoverAccountEmailContent(
input: TypeWebauthnRecoverAccountEmailDeliveryInput
): GetContentResult;
export declare function getRecoverAccountEmailHTML(appName: string, email: string, resetLink: string): string;