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:
parent
17807b9c8b
commit
2388a7e20e
2 changed files with 1 additions and 3 deletions
|
@ -32,8 +32,6 @@ const LoginDialogUnconnected: FC<IProps> = ({
|
|||
userSetLoginError,
|
||||
modalShowDialog,
|
||||
}) => {
|
||||
console.log({ modalShowDialog, MODAL_ACTIONS });
|
||||
|
||||
const [username, setUserName] = useState('');
|
||||
const [password, setPassword] = useState('');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue