fix:
This commit is contained in:
@@ -78,6 +78,7 @@
|
||||
password: '',
|
||||
platform: platform,
|
||||
captcha: '',
|
||||
captcha_id: ''
|
||||
})
|
||||
|
||||
const captchaCode = ref('')
|
||||
@@ -99,6 +100,7 @@
|
||||
const captchaRes = await captcha().catch(_ => false)
|
||||
console.log(captchaRes)
|
||||
captchaCode.value = captchaRes.data.captcha
|
||||
form.captcha_id = captchaRes.data.captcha.id
|
||||
}
|
||||
|
||||
const handleOIDCLogin = (provider) => {
|
||||
|
||||
Reference in New Issue
Block a user