Reload profile

This commit is contained in:
CHIEFSOFT\ameye
2024-02-08 10:39:59 -05:00
parent 4c4e2ab3ae
commit dfdcc168e7
+2
View File
@@ -190,6 +190,8 @@ long WrenchReturnUserProfile(CVars in, CVars &out) {
map_to_cvars(f, out);
ret = PHP_API_OK;
out["status"] = "OK";
out["password"] = "";
LoginWrenchBoardSetDashType(in, out);
}
} catch (bad_parameter) {