forked from vikunja/frontend
fix(migration): actually pass migration oauth code from query param
This commit is contained in:
parent
a6bafe1a9a
commit
c09fbe9abe
@ -448,7 +448,7 @@ const router = createRouter({
|
||||
component: MigrationHandlerComponent,
|
||||
props: route => ({
|
||||
service: route.params.service as string,
|
||||
code: route.params.code as string,
|
||||
code: route.query.code as string,
|
||||
}),
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user