We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70dd30 commit ddad648Copy full SHA for ddad648
src/app/newSettings/Sections/Account/Security/components/ChangePasswordModal.tsx
@@ -56,7 +56,7 @@ const ChangePasswordModal = ({
56
57
return (
58
<Modal isOpen={isOpen} onClose={onClose}>
59
- <div onMouseDown={handleMouseDown}>
+ <div onMouseDown={handleMouseDown} role="none">
60
<form onSubmit={handleSubmit}>
61
<h1 className="text-2xl font-medium text-gray-80">{translate('modals.changePasswordModal.title')}</h1>
62
<ValidPassword
0 commit comments