From 06372bcdb7e092665b2cd7333d93256112b5a1f2 Mon Sep 17 00:00:00 2001 From: Thulinma <jaron@vietors.com> Date: Sun, 10 Oct 2021 17:03:15 +0200 Subject: [PATCH] Correct copypasta error --- include/mtxclient/http/client.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/mtxclient/http/client.hpp b/include/mtxclient/http/client.hpp index 042e0a97c..9f99b2adb 100644 --- a/include/mtxclient/http/client.hpp +++ b/include/mtxclient/http/client.hpp @@ -268,7 +268,6 @@ public: Callback<mtx::responses::Register> cb); //! Register with an UIA handler so you don't need to repeat the request manually. - //! register failed with 401 void registration(const std::string &user, const std::string &pass, UIAHandler uia_handler, -- GitLab