mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
fix: 🚸 switch account when adding existing account
This commit is contained in:
parent
6decfe88e7
commit
9c96419e3d
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ export async function openAccountMenu(
|
|||
{
|
||||
done: (res) => {
|
||||
addAccount(res.id, res.i);
|
||||
success();
|
||||
switchAccountWithToken(res.i);
|
||||
},
|
||||
},
|
||||
"closed",
|
||||
|
|
Loading…
Reference in a new issue