diff --git a/include/user.hpp b/include/user.hpp index b3fb45a..b3e3ebe 100644 --- a/include/user.hpp +++ b/include/user.hpp @@ -26,7 +26,7 @@ struct User { Json::Value res; res["balance"] = (Json::UInt)balance; - res["password"] = password; + res["password"] = (Json::LargestUInt)password; return res; } }; \ No newline at end of file