Web: files: deleted useless code.

This commit is contained in:
Tatiana Lopaeva 2021-12-28 11:41:10 +03:00
parent 5e0747e8b5
commit 3b42a6e0db

View File

@ -114,7 +114,6 @@ const SimulatePassword = ({
setInputType(inputType === "password" ? "text" : "password");
};
console.log("password", password);
const copyPassword = password;
const bullets = copyPassword.replace(/(.)/g, "•");
@ -131,7 +130,6 @@ const SimulatePassword = ({
.setSelectionRange(cursorPosition, cursorPosition);
}, [password]);
console.log("passwordValid", passwordValid);
return (
<StyledBody className="conversation-password-wrapper">
<>