🐛 oops z

This commit is contained in:
EntireTwix 2021-04-11 14:42:00 -07:00
parent 163e00ad3e
commit 706b6a9b70

View file

@ -31,7 +31,9 @@ private:
bool size_lock_flag = true; bool size_lock_flag = true;
Json::Value temp; Json::Value temp;
z public : std::string admin_pass;
public:
std::string admin_pass;
bool AddUser(const std::string &name, std::string &&init_pass) bool AddUser(const std::string &name, std::string &&init_pass)
{ {