Searched refs:passIt (Results 1 – 1 of 1) sorted by relevance
58 nlohmann::json::iterator passIt = loginCredentials.find("password"); in handleLogin() local60 passIt != loginCredentials.end()) in handleLogin()63 const std::string* passStr = passIt->get_ptr<const std::string*>(); in handleLogin()