diff --git a/src/OverteAuth.hpp b/src/OverteAuth.hpp index bebb82c..097594f 100644 --- a/src/OverteAuth.hpp +++ b/src/OverteAuth.hpp @@ -15,7 +15,7 @@ public: ~OverteAuth(); // Authenticate with username/password (Resource Owner Password Grant) - bool login(const std:string& username, const std::string& password, + bool login(const std::string& username, const std::string& password, const std::string& metaverseUrl = "https://mv.overte.org"); // Authenticate with browser OAuth flow (Authorization Code Grant) - RECOMMENDED