mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Make sure to specify which email to set as default.
This commit is contained in:
parent
1514e5e071
commit
a64910d409
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ define [
|
|||
|
||||
setDefaultUserEmail = (email) ->
|
||||
$http.post "/user/emails/default", {
|
||||
email,
|
||||
_csrf: window.csrfToken
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue