Make sure to specify which email to set as default.

This commit is contained in:
Paulo Reis 2018-07-04 10:56:43 +01:00 committed by James Allen
parent 1514e5e071
commit a64910d409

View file

@ -82,6 +82,7 @@ define [
setDefaultUserEmail = (email) ->
$http.post "/user/emails/default", {
email,
_csrf: window.csrfToken
}