fix: correct typo in login function parameter type
This commit is contained in:
@@ -15,7 +15,7 @@ public:
|
|||||||
~OverteAuth();
|
~OverteAuth();
|
||||||
|
|
||||||
// Authenticate with username/password (Resource Owner Password Grant)
|
// 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");
|
const std::string& metaverseUrl = "https://mv.overte.org");
|
||||||
|
|
||||||
// Authenticate with browser OAuth flow (Authorization Code Grant) - RECOMMENDED
|
// Authenticate with browser OAuth flow (Authorization Code Grant) - RECOMMENDED
|
||||||
|
|||||||
Reference in New Issue
Block a user