fix: await getAuthUrl
This commit is contained in:
@ -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
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user