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,
|
component: MigrationHandlerComponent,
|
||||||
props: route => ({
|
props: route => ({
|
||||||
service: route.params.service as string,
|
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