fix: await getAuthUrl
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Dominik Pschenitschni 2021-10-17 13:48:53 +02:00
parent a60ad77bdc
commit 56365591cf
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ export default {
},
methods: {
async getAuthUrl() {
const { url } = this.migrationService.getAuthUrl()
const { url } = await this.migrationService.getAuthUrl()
this.authUrl = url
},