fix: 🚸 switch account when adding existing account

This commit is contained in:
ThatOneCalculator 2023-07-06 17:44:32 -07:00
parent b28a1c97cb
commit 7e77819c69
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -162,7 +162,7 @@ export async function openAccountMenu(
{
done: (res) => {
addAccount(res.id, res.i);
success();
switchAccountWithToken(res.i);
},
},
"closed",