mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -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) => {
|
done: (res) => {
|
||||||
addAccount(res.id, res.i);
|
addAccount(res.id, res.i);
|
||||||
success();
|
switchAccountWithToken(res.i);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"closed",
|
"closed",
|
||||||
|
|
Loading…
Reference in a new issue