fix: correct typo in login function parameter type

This commit is contained in:
MayaTheShy
2025-11-09 17:56:22 -05:00
parent 1b0d2452fc
commit 3fa779def3

View File

@@ -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