send the current user
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user