Skip to content
Snippets Groups Projects
Commit 5eadecb7 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

No need to JSON.stringify the emails list.

parent 540729fc
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ var BrowserIDNetwork = (function() {
type: "POST",
url: '/wsapi/sync_emails',
data: {
emails: JSON.stringify(issued_identities),
emails: issued_identities,
csrf: BrowserIDNetwork.csrf_token
},
success: function(resp, textStatus, jqXHR) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment