contentoh-components-library 21.0.69 → 21.0.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "21.0.69",
3
+ "version": "21.0.70",
4
4
  "dependencies": {
5
5
  "@aws-amplify/auth": "^4.5.3",
6
6
  "@aws-amplify/datastore": "^3.11.0",
@@ -19,7 +19,6 @@ export const SignInLogin = (props) => {
19
19
  const [signInError, setSignInError] = useState("");
20
20
  const [loading, setLoading] = useState(false);
21
21
  const [upgradePlanRedirect, setUpgradePlanRedirect] = useState(false);
22
- const [showEye, setShowEye] = useState(false);
23
22
 
24
23
  const validate = async (e) => {
25
24
  setSignInError("");
@@ -163,7 +162,6 @@ export const SignInLogin = (props) => {
163
162
  className="icon"
164
163
  id="Eye"
165
164
  onClick={(e) => {
166
- setShowEye(!showEye);
167
165
  closeEye(e);
168
166
  }}
169
167
  ></img>