Files
pocket-id/email-templates/props.ts

10 lines
207 B
TypeScript
Raw Normal View History

export const sharedPreviewProps = {
logoURL: "https://pocket-id.org/img/logo.png",
appName: "Pocket ID",
};
export const sharedTemplateProps = {
logoURL: "{{.LogoURL}}",
appName: "{{.AppName}}",
};