Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added some informaiton to the template
  • Loading branch information
Morgan Peck authored and Morgan Peck committed May 19, 2018
commit ced6663eff35eb20afc8b147adbf355b91a2e77a
1 change: 1 addition & 0 deletions bot/controllers/verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ class VerifyController extends BaseController {
template: 'email',
context: {
code: `${code}`,
email: email,
},
};
// Call sendMail on sendVerifyCode
Expand Down
4 changes: 2 additions & 2 deletions template/email.hbs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<image src="https://firebasestorage.googleapis.com/v0/b/wai2018-1805c.appspot.com/o/5a42bdb1-db9b-4cb5-a8e6-04ec0bb7cbf7.jpg?alt=media&token=bd175dcd-d4f0-4a5f-b825-0acd75e7b5e8"></image>
<a href="https://orgsync.com/159520/chapter"><image src="https://firebasestorage.googleapis.com/v0/b/wai2018-1805c.appspot.com/o/5a42bdb1-db9b-4cb5-a8e6-04ec0bb7cbf7.jpg?alt=media&token=bd175dcd-d4f0-4a5f-b825-0acd75e7b5e8"></image></a>
<h1>Welcome to the Armada Server {{email}}</h1>
<table>
<tr>
<td>
<p>Enter the code below into Discord, in the same channel on the Armada Server. Verification will timeout after 10 minutes from first entering the !verify command.</p>
<p>Enter the code below into Discord, in the same channel you first sent the !verify on the Armada Server. Verification will timeout after 10 minutes from first entering the !verify command so hurry!.</p>
</td>
</tr>
<tr>
Expand Down