fix: await getAuthUrl
This commit is contained in:
parent
a60ad77bdc
commit
56365591cf
@ -142,7 +142,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
async getAuthUrl() {
|
||||
const { url } = this.migrationService.getAuthUrl()
|
||||
const { url } = await this.migrationService.getAuthUrl()
|
||||
this.authUrl = url
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user