Updates
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user