mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-11 12:17:54 +00:00
Remove unused method
This commit is contained in:
parent
27858d3df2
commit
510d8037b3
@ -4,7 +4,6 @@ import {
|
||||
TextField,
|
||||
TextFieldProps,
|
||||
styled,
|
||||
useTheme,
|
||||
} from '@mui/material';
|
||||
import { forwardRef, useState } from 'react';
|
||||
import VisibilityOffIcon from '@mui/icons-material/VisibilityOff';
|
||||
@ -52,7 +51,6 @@ export const CustomInput = styled(TextField)(({ theme }) => ({
|
||||
export const PasswordField = forwardRef<HTMLInputElement, TextFieldProps>(
|
||||
({ ...props }, ref) => {
|
||||
const [canViewPassword, setCanViewPassword] = useState(false);
|
||||
const theme = useTheme();
|
||||
|
||||
return (
|
||||
<CustomInput
|
||||
|
Loading…
x
Reference in New Issue
Block a user