fix: await getAuthUrl
This commit is contained in:
parent
a60ad77bdc
commit
56365591cf
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async getAuthUrl() {
|
async getAuthUrl() {
|
||||||
const { url } = this.migrationService.getAuthUrl()
|
const { url } = await this.migrationService.getAuthUrl()
|
||||||
this.authUrl = url
|
this.authUrl = url
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue