mirror of
https://github.com/fazo96/homework.git
synced 2025-01-09 12:10:08 +01:00
fixed typo in the email message
This commit is contained in:
parent
ccb9ca92bc
commit
fdbfdb66ac
@ -17,7 +17,7 @@ Accounts.config {
|
||||
Accounts.emailTemplates.siteName = "Homework App";
|
||||
Accounts.emailTemplates.verifyEmail.text = (user,url) ->
|
||||
token = url.split('/'); token = token[token.length-1]
|
||||
'''Welcome to Homework! To activate your account, log in then provide the
|
||||
'''Welcome to Homework! To activate your account, log in then provide the \
|
||||
following token: '''+token
|
||||
|
||||
# Returns true if the user has verified at least one email address
|
||||
|
Loading…
Reference in New Issue
Block a user