Skip to content
Permalink
c63a8ed595
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
7 lines (7 sloc) 250 Bytes
export const accountVerificationTemplate = (url) => ({
subject: `🎉 Verify your FakeBook account`,
bodyHtml: `
<h1>Verify your account by clicking <a href="${url}">here</a></h1>
<p>Thanks for helping me with the study 😎 </>
`
});