mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-17 11:06:17 +08:00
forwarding data
This commit is contained in:
parent
4ad36d2527
commit
ad82e2ab4d
1 changed files with 4 additions and 2 deletions
|
@ -88,8 +88,10 @@ const routes: Route[] = [
|
|||
},
|
||||
{
|
||||
path: "/account",
|
||||
load: (): void => {
|
||||
PageController.change(PageAccount.page);
|
||||
load: (_params, options): void => {
|
||||
PageController.change(PageAccount.page, {
|
||||
data: options.data,
|
||||
});
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue