Skip to content

Commit cacc260

Browse files
committed
fix: initialize OTP dialog on open
1 parent 8c6cfa7 commit cacc260

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/dialog/OTPAuthDialog.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ watch(
152152
otpPassword.value = ''
153153
}
154154
},
155+
{ immediate: true },
155156
)
156157
</script>
157158

0 commit comments

Comments
 (0)