mirror of
https://github.com/documize/community.git
synced 2025-08-03 20:45:26 +02:00
correct casing of Email field
This commit is contained in:
parent
170c20c8bc
commit
4326831704
1 changed files with 93 additions and 93 deletions
|
@ -103,7 +103,7 @@ export default Ember.Service.extend({
|
|||
}
|
||||
|
||||
let data = JSON.stringify({
|
||||
Email: email
|
||||
email: email
|
||||
});
|
||||
|
||||
return this.get('ajax').request(url, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue