We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e74c9 commit 30d650eCopy full SHA for 30d650e
1 file changed
packages/types/tailor.d.ts
@@ -363,6 +363,10 @@ declare namespace tailor.idp {
363
userId: string;
364
/** The URI to redirect to after password reset */
365
redirectUri: string;
366
+ /** The sender display name. Defaults to 'Tailor Platform IdP'. */
367
+ fromName?: string;
368
+ /** The email subject line. Defaults to the localized default subject. */
369
+ subject?: string;
370
}
371
372
/**
0 commit comments