diff --git a/src/components/migrator/migration.vue b/src/components/migrator/migration.vue index cd52e4a04..5208d421e 100644 --- a/src/components/migrator/migration.vue +++ b/src/components/migrator/migration.vue @@ -142,7 +142,7 @@ export default { }, methods: { async getAuthUrl() { - const { url } = this.migrationService.getAuthUrl() + const { url } = await this.migrationService.getAuthUrl() this.authUrl = url },