This commit is contained in:
2025-10-09 14:25:13 +05:30
3 changed files with 76 additions and 6 deletions

View File

@@ -306,6 +306,10 @@ export default function ChangePassword() {
withAsterisk
rightSection={icon}
readOnly={step !== "form"}
onCopy={(e) => e.preventDefault()}
onPaste={(e) => e.preventDefault()}
onCut={(e) => e.preventDefault()}
/>
{/* Captcha */}