Skip to content

Commit 30d650e

Browse files
authored
feat(types): add fromName and subject params to SendPasswordResetEmailInput (#157)
1 parent 60e74c9 commit 30d650e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/types/tailor.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,10 @@ declare namespace tailor.idp {
363363
userId: string;
364364
/** The URI to redirect to after password reset */
365365
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;
366370
}
367371

368372
/**

0 commit comments

Comments
 (0)