Skip to content
Snippets Groups Projects
Commit 1d28df10 authored by Ina Martini's avatar Ina Martini
Browse files

refactor: update router push with query

parent a58142fa
No related branches found
No related tags found
3 merge requests!66Final merge,!42Refactor interactiveSpare to modal,!4Pipeline fix
Pipeline #281258 failed
......@@ -72,7 +72,7 @@ async function onButtonClick() {
await accountStore.postAccount('SPENDING', spendingAccountNumber, 0)
await router.push({ name: 'home' })
await router.push({name: 'home', query: {firstLogin: 'true'}})
}
function restrictToNumbers(event: InputEvent, type: string) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment