fix: typo isAuthenticate -> isAuthenticated

This commit is contained in:
2024-02-13 14:07:53 +01:00
committed by AdrienLSH
parent 2e61fb3096
commit 0e4ce01e5b
9 changed files with 10 additions and 10 deletions

View File

@ -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();