mirror of
https://github.com/kevin-DL/complete-node-bootcamp.git
synced 2026-01-17 05:24:57 +00:00
17 lines
620 B
Plaintext
17 lines
620 B
Plaintext
extends baseEmail
|
|
|
|
block content
|
|
p Hi #{firstName},
|
|
p Forgot your password? Submit a PATCH request with your new password and passwordConfirm to: #{url}.
|
|
p (Website for this action not yet implememnted.)
|
|
table.btn.btn-primary(role='presentation', border='0', cellpadding='0', cellspacing='0')
|
|
tbody
|
|
tr
|
|
td(align='left')
|
|
table(role='presentation', border='0', cellpadding='0', cellspacing='0')
|
|
tbody
|
|
tr
|
|
td
|
|
a(href=`${url}`, target='_blank') Reset your password
|
|
p If you didn't forget your password, please ignore this email!
|