mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 15:35:22 +02:00
add onboarding options
This commit is contained in:
parent
d20d628246
commit
4ec5e6595b
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,9 @@ async function main() {
|
||||||
firstName: 'Karan',
|
firstName: 'Karan',
|
||||||
lastName: 'Handa',
|
lastName: 'Handa',
|
||||||
authId: 'test_f5ec79b4-8c49-4015-bc37-f2758923ef38',
|
authId: 'test_f5ec79b4-8c49-4015-bc37-f2758923ef38',
|
||||||
|
onboarding: JSON.parse(
|
||||||
|
'{"main":{"steps":[{"key":"intro","markedComplete":true},{"key":"profile","markedComplete":true},{"key":"firstAccount","markedComplete":true},{"key":"accountSelection","markedComplete":true},{"key":"maybe","markedComplete":true},{"key":"welcome","markedComplete":true}],"markedComplete":false},"sidebar":{"steps":[{"key":"connect-depository","markedComplete":true},{"key":"add-vehicle","markedComplete":true},{"key":"add-other","markedComplete":false}],"markedComplete":true}}'
|
||||||
|
),
|
||||||
},
|
},
|
||||||
update: {},
|
update: {},
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue