mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-04-30 16:21:09 +00:00
fix: Update redirect path after account creation to profile page
This commit is contained in:
parent
833460d709
commit
eb710a06c8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue