fix: typo isAuthenticate -> isAuthenticated
This commit is contained in:
@ -21,7 +21,7 @@ export default class extends AbstractView {
|
||||
|
||||
async postInit() {
|
||||
|
||||
let logged = await client.isAuthenticate();
|
||||
let logged = await client.isAuthenticated();
|
||||
let profiles = await client.profiles.all();
|
||||
|
||||
//console.log(client.notice.data);
|
||||
|
Reference in New Issue
Block a user