Skip to content

Commit

Permalink
Update EmailUserModal.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie committed Mar 1, 2017
1 parent 41ac80e commit e01bcaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/admin/src/components/EmailUserModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ export default class EmailUserModal extends Modal {
emails: this.forAll ? [] : this.splitEmails(this.email()),
subject: this.subject(),
text: this.messageText(),
forAll: this.forAll
forAll: this.forAll,
username: this.user.username()
};

app.request({
Expand Down

0 comments on commit e01bcaf

Please sign in to comment.