fix: Update redirect path after account creation to profile page
Some checks are pending
Build & Test / build (20.x) (push) Waiting to run
Build & Test / build (22.x) (push) Waiting to run

This commit is contained in:
Shibo Lyu 2025-04-27 18:59:20 +08:00
parent 833460d709
commit eb710a06c8

View file

@ -49,7 +49,7 @@
try {
const idKeyId = await manager.createAccount(profile, password);
manager.currentAccountId = idKeyId;
goto('/settings');
goto('/settings/profile');
} catch (error) {
console.error(error);
}