fix(migration): revert to old path for migration routing
This change fixes a bug where the migration redirect handler changed the url which lead to the redirect with the auth code from external services to a 404 page, ultimately breaking the migration. Resolves https://community.vikunja.io/t/geting-404-when-attempting-todoist-import/2588
This commit is contained in:
parent
dcf88560a7
commit
f2d90f31bc
@ -192,7 +192,7 @@ const router = createRouter({
|
|||||||
component: MigrationComponent,
|
component: MigrationComponent,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/user/settings/migrate/:service',
|
path: '/migrate/:service',
|
||||||
name: 'migrate.service',
|
name: 'migrate.service',
|
||||||
component: MigrationHandlerComponent,
|
component: MigrationHandlerComponent,
|
||||||
props: route => ({
|
props: route => ({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user