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

fixed grid

This commit is contained in:
muerwre 2019-08-09 15:35:17 +07:00
parent b45ecadd20
commit ba614a115d
4 changed files with 25 additions and 7 deletions

View file

@ -60,7 +60,7 @@ const LoginDialogUnconnected: FC<IProps> = ({
<div />
<div />
<InputText title="Логин" handler={setUserName} value={username} />
<InputText title="Логин" handler={setUserName} value={username} autoFocus />
<InputText title="Пароль" handler={setPassword} value={password} />
</Group>
</div>