send the current user

This commit is contained in:
Rimian Perkins
2019-09-13 12:35:38 +10:00
parent 32bf78fa9a
commit cb9af7c258
4 changed files with 21 additions and 3 deletions
@@ -48,7 +48,7 @@ export default Ember.Component.extend({
billing.set(key, undefined);
}
};
["name", "phone", "email"].forEach(key => deleteEmpty(key));
["name", "phone"].forEach(key => deleteEmpty(key));
},
actions: {
@@ -69,7 +69,6 @@
</div>
<div class="value">
{{input type="email" value=billing.email}}
<div class="desc">{{i18n 'discourse_patrons.payment.optional'}}</div>
</div>
</div>
<div class="display-row">