mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-11 06:31:51 +08:00
missing assignment
This commit is contained in:
parent
648bc4a36f
commit
e5f2f705f2
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ list.updateEmail = new SimplePopup(
|
|||
Loader.show();
|
||||
let response;
|
||||
try {
|
||||
axiosInstance.post("/user/updateEmail", {
|
||||
response = await axiosInstance.post("/user/updateEmail", {
|
||||
uid: user.uid,
|
||||
previousEmail: user.email,
|
||||
newEmail: email,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue