Cette révision appartient à :
lejianwen
2025-05-28 17:06:12 +08:00
Parent 4b818f73e5
révision 3084e40039
+2
Voir le fichier
@@ -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) => {