Created
June 29, 2021 19:40
-
-
Save agaerig/b8ed3b56f8834d90403a99a029c097f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
requestPasswordReset: { | |
account: 'cnt', | |
emailFrom: '[email protected]', | |
templateId: 'd-b92087e0005e4515973e74cb918fcc81', | |
substitutions: { | |
domain: { | |
production: 'https://www.cntraveler.com', | |
staging: 'https://stag.cntraveler.com', | |
ci: 'TKTKTKTKTK' | |
}, | |
site_name: 'Condé Nast Traveler', | |
subject: 'Reset your password' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment