hidden show password & delete history path
This commit is contained in:
@ -121,7 +121,7 @@ const Login = () => {
|
||||
})}
|
||||
onKeyPress={handleKeyPress}
|
||||
/>
|
||||
<button className="btn btn-icon" onClick={togglePassword}>
|
||||
<button className="btn btn-icon" onClick={togglePassword} type="button">
|
||||
<KeenIcon icon="eye" className={clsx('text-gray-500', { hidden: showPassword })} />
|
||||
<KeenIcon
|
||||
icon="eye-slash"
|
||||
|
||||
Reference in New Issue
Block a user