Richiesta Cambio Password: ti manda il codice a 6 cifre e poterlo inserire sulla APP.
This commit is contained in:
@@ -28,6 +28,8 @@ export default defineComponent({
|
||||
const $router = useRouter()
|
||||
const $route = useRoute()
|
||||
|
||||
const typePassword = ref('password')
|
||||
|
||||
const emailsent = ref(false)
|
||||
const form = reactive({
|
||||
password: '',
|
||||
@@ -93,6 +95,11 @@ export default defineComponent({
|
||||
|
||||
}
|
||||
|
||||
function showPassword() {
|
||||
//
|
||||
typePassword.value = typePassword.value === 'password' ? 'text' : 'password'
|
||||
}
|
||||
|
||||
|
||||
return {
|
||||
form,
|
||||
@@ -100,6 +107,8 @@ export default defineComponent({
|
||||
submit,
|
||||
tools,
|
||||
v$,
|
||||
showPassword,
|
||||
typePassword,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user