fix: initialize OTP dialog on open

This commit is contained in:
jxxghp
2026-05-25 19:49:30 +08:00
parent 8c6cfa7fc5
commit cacc2602df

View File

@@ -152,6 +152,7 @@ watch(
otpPassword.value = ''
}
},
{ immediate: true },
)
</script>