++ diffusori

fixed user chip
This commit is contained in:
Surya Paolo
2022-12-11 02:57:45 +01:00
parent 955c4daaa1
commit cf990db03a
20 changed files with 148 additions and 42 deletions

View File

@@ -25,7 +25,8 @@ export default defineComponent({
const emailsent = ref(false)
const form = reactive({
email: '',
tokenforgot: ''
tokenforgot: '',
tokenforgot_code: ''
})
// @ts-ignore