UNPKG
nodejsamazingenerator
Version:
latest (1.70.60-stable)
1.70.60-stable
1.70.50-stable
1.70.10-stable
1.60.90-stable
1.60.50-stable
1.60.40
1.60.30
1.60.20
1.60.15
1.60.10
1.60.0-ontest
1.50.5-ondevelopment
1.50.0-ondevelopment
1.40.2-release
1.40.1-release
1.40.0-release
1.30.4-stable
1.30.3-stable
1.30.2-stable
1.30.1-stable
1.30.0-stable
1.22.0-stable
1.20.0-stable
1.18.0-stable
1.17.0-stable
1.16.5
1.16.0
1.15.5
1.15.0
1.14.30
1.14.20
1.14.15
1.14.10
1.14.5
1.14.1
1.14.0
1.13.10
1.13.5
1.13.0
1.12.5
1.12.0
1.11.5
1.11.0
1.10.5
1.10.0
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.2
1.8.1
1.8.0
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.0
1.5.2
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
nodejsamazingenerator
/
src
/
api
/
user
/
user.helpers.js
7 lines
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
export const registerEmailHtmlContent = (newUser, link) => (` Hey, ${newUser.name}.
<
br
>
<
br
>
You have register.
<
br
>
Please go to confirmation link to active your account
<
br
>
<
br
>
<
a
href
=
"${link}"
>
${link}
</
a
>
<
br
>
<
br
>
—
dev Team `)