Skip to content
Snippets Groups Projects
Commit 7fc1d357 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Try to fix windows build

parent 5838f607
No related branches found
No related tags found
No related merge requests found
......@@ -805,7 +805,7 @@ Client::registration(const std::string &user,
void
Client::registration(const std::string &user,
const std::string &pass,
const user_interactive::Auth &auth,
const mtx::user_interactive::Auth &auth,
Callback<mtx::responses::Register> callback)
{
nlohmann::json req = {{"username", user}, {"password", pass}, {"auth", auth}};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment