wangcz 7 жил өмнө
parent
commit
d4f3b37e6b

+ 4 - 1
components/mobile/validation/ValidationPhoneStepSecurity.vue

@@ -44,7 +44,10 @@
           answer1: '',
           answer2: ''
         },
-        questions: '',
+        questions: [
+          {question: ''},
+          {question: ''}
+        ],
         token: ''
       }
     },