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:
parent
b45ecadd20
commit
ba614a115d
4 changed files with 25 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue