4 lines
250 B
TypeScript
4 lines
250 B
TypeScript
|
|
// Put into a separate file due to Playwright not compiling due to the macro in the templates.ts file.
|
||
|
|
export const DIRECT_TEMPLATE_RECIPIENT_EMAIL = 'direct.link@documenso.com';
|
||
|
|
export const DIRECT_TEMPLATE_RECIPIENT_NAME = 'Direct link recipient';
|