Skip to content

Commit 5a3d70d

Browse files
committed
specify 'json' dataType for POST /users/
1 parent 5070c0c commit 5a3d70d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/RedisStackOverflow/RedisStackOverflow/default.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
authUser = r.Result;
340340
if (window.localStorage) localStorage.setItem("authUser", JSON.stringify(authUser));
341341
refresh();
342-
});
342+
}, 'json');
343343
}
344344
});
345345

0 commit comments

Comments
 (0)