fixed navigation not reflecting current route
This commit is contained in:
parent
4e9acb6502
commit
42f0ff2ff8
4 changed files with 43 additions and 15 deletions
|
@ -90,7 +90,6 @@ export class Client {
|
|||
}
|
||||
const user = await api.parseUser(data);
|
||||
console.log(`Logged in as @${user.username}@${user.host}`);
|
||||
console.log(`You have ${data.source.follow_request_count} follow request${data.source.follow_request_count === 1 ? '' : 's'}!`);
|
||||
return user;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue