From d781a1270ab8e56ac69b8a1e51e5b601022e0fdf Mon Sep 17 00:00:00 2001 From: Mateus Santana <42101423+1Mateus@users.noreply.github.com> Date: Fri, 2 Feb 2024 08:53:57 -0300 Subject: [PATCH] feat(front/recovery): enable input each word --- front/components/Auth/steps/Recovery.vue | 37 +++++++++++++++--------- 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/front/components/Auth/steps/Recovery.vue b/front/components/Auth/steps/Recovery.vue index 09577ca8..86c5196c 100644 --- a/front/components/Auth/steps/Recovery.vue +++ b/front/components/Auth/steps/Recovery.vue @@ -1,5 +1,6 @@ @@ -76,10 +79,11 @@ const toPaste = async () => {
- + v-model="data.words[i]" + >
@@ -127,6 +137,7 @@ const toPaste = async () => {