diff --git a/web/pgadmin/static/js/Dialogs/ConnectServerContent.jsx b/web/pgadmin/static/js/Dialogs/ConnectServerContent.jsx index 37de80c04..4d12a7c6f 100644 --- a/web/pgadmin/static/js/Dialogs/ConnectServerContent.jsx +++ b/web/pgadmin/static/js/Dialogs/ConnectServerContent.jsx @@ -93,7 +93,7 @@ export default function ConnectServerContent({closeModal, data, onOK, setHeight} /* Set only if no tunnel password asked */ firstEleRef.current = ele; } - }} type="password" value={formData['password']} controlProps={{maxLength:null, autoComplete:'new-password'}} + }} type="password" value={formData['password']} controlProps={{maxLength:null}} onChange={(e)=>onTextChange(e, 'password')} onKeyDown={(e)=>onKeyDown(e)}/>