We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6cfa7 commit cacc260Copy full SHA for cacc260
1 file changed
src/components/dialog/OTPAuthDialog.vue
@@ -152,6 +152,7 @@ watch(
152
otpPassword.value = ''
153
}
154
},
155
+ { immediate: true },
156
)
157
</script>
158
0 commit comments