fix: typo isAuthenticate -> isAuthenticated
This commit is contained in:
@ -80,7 +80,7 @@ class Client
|
||||
* The only right way to determine is the user is logged
|
||||
* @returns {Promise<Boolean>}
|
||||
*/
|
||||
async isAuthenticate()
|
||||
async isAuthenticated()
|
||||
{
|
||||
if (this._logged == undefined)
|
||||
this._logged = await this._test_logged();
|
||||
|
Reference in New Issue
Block a user