fix: await getAuthUrl
Some checks failed
continuous-integration/drone/pr Build is failing

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

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
},