add top bar
This commit is contained in:
@@ -40,6 +40,9 @@ public:
|
||||
const std::string& current_password,
|
||||
const std::string& new_password,
|
||||
std::string& err);
|
||||
std::optional<nlohmann::json> changeProfile(const std::string& token,
|
||||
const nlohmann::json& payload,
|
||||
std::string& err);
|
||||
|
||||
nlohmann::json listGroups() const;
|
||||
nlohmann::json listUsers() const;
|
||||
|
||||
Reference in New Issue
Block a user