This commit is contained in:
Benjamin Toby
2025-07-19 07:58:18 +01:00
parent 3cf76f5155
commit 3437be2c08
8 changed files with 8 additions and 21 deletions
-2
View File
@@ -2406,7 +2406,6 @@ export type APISendEmailCodeFunctionParams = {
html: string;
response?: ServerResponse & { [s: string]: any };
extraCookies?: CookieObject[];
dbUserId?: string | number;
};
export type SendEmailCodeParams = {
@@ -2423,7 +2422,6 @@ export type SendEmailCodeParams = {
extraCookies?: CookieObject[];
useLocal?: boolean;
apiVersion?: string;
dbUserId?: string | number;
/**
* HTML string with {{code}} placeholder for the code
*/