1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed typos

This commit is contained in:
Fedor Katurov 2020-07-23 18:37:52 +07:00
parent 17807b9c8b
commit 2388a7e20e
2 changed files with 1 additions and 3 deletions

View file

@ -32,8 +32,6 @@ const LoginDialogUnconnected: FC<IProps> = ({
userSetLoginError,
modalShowDialog,
}) => {
console.log({ modalShowDialog, MODAL_ACTIONS });
const [username, setUserName] = useState('');
const [password, setPassword] = useState('');