We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec794f commit 3ba7372Copy full SHA for 3ba7372
src/views/Travel/AutoFocus/Verification.vue
@@ -10,7 +10,7 @@ const { shouldAutoFocusVerification, lastStepResponse } = storeToRefs(travelStor
10
11
watch(lastStepResponse, (val) => {
12
if (!shouldAutoFocusVerification.value) return
13
- if (!val?.text?.includes("verification")) return
+ if (!val?.text?.includes("verif")) return
14
15
/** let dom hydrate */
16
setTimeout(() => {
0 commit comments