diff options
author | Chocobozzz <me@florianbigard.com> | 2021-03-24 13:32:55 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-03-24 18:18:41 +0100 |
commit | a3664dfdc95897075e7b8abd670706e53f5a1ec3 (patch) | |
tree | ed7036e9051abc971d401599676b7df34efa7ced /client/src/app/+login/login.component.html | |
parent | ec99e8486af6aab5a8affa2e7b9088635647b2ce (diff) | |
download | PeerTube-a3664dfdc95897075e7b8abd670706e53f5a1ec3.tar.gz PeerTube-a3664dfdc95897075e7b8abd670706e53f5a1ec3.tar.zst PeerTube-a3664dfdc95897075e7b8abd670706e53f5a1ec3.zip |
Auto focus plugin search input
Diffstat (limited to 'client/src/app/+login/login.component.html')
-rw-r--r-- | client/src/app/+login/login.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+login/login.component.html b/client/src/app/+login/login.component.html index 3171e5b0f..0167066a0 100644 --- a/client/src/app/+login/login.component.html +++ b/client/src/app/+login/login.component.html | |||
@@ -21,7 +21,7 @@ | |||
21 | <label i18n for="username">User</label> | 21 | <label i18n for="username">User</label> |
22 | <input | 22 | <input |
23 | type="text" id="username" i18n-placeholder placeholder="Username or email address" required tabindex="1" | 23 | type="text" id="username" i18n-placeholder placeholder="Username or email address" required tabindex="1" |
24 | formControlName="username" class="form-control" [ngClass]="{ 'input-error': formErrors['username'] }" #usernameInput | 24 | formControlName="username" class="form-control" [ngClass]="{ 'input-error': formErrors['username'] }" autofocus |
25 | > | 25 | > |
26 | </div> | 26 | </div> |
27 | 27 | ||