diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-26 17:36:44 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-26 17:36:55 +0100 |
commit | 8afade2607e072221a8ff8c108bd1787a3501a2d (patch) | |
tree | cb4b3724cf38076cfd5850be727535a92e85fab3 /client/src/app/+login | |
parent | 7137377d097a74087ed062c8071c1aa5c717c7f7 (diff) | |
download | PeerTube-8afade2607e072221a8ff8c108bd1787a3501a2d.tar.gz PeerTube-8afade2607e072221a8ff8c108bd1787a3501a2d.tar.zst PeerTube-8afade2607e072221a8ff8c108bd1787a3501a2d.zip |
Introduce plugin id selectors
Diffstat (limited to 'client/src/app/+login')
-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 0be67368e..90eea1505 100644 --- a/client/src/app/+login/login.component.html +++ b/client/src/app/+login/login.component.html | |||
@@ -15,7 +15,7 @@ | |||
15 | <div class="wrapper"> | 15 | <div class="wrapper"> |
16 | <div class="login-form-and-externals"> | 16 | <div class="login-form-and-externals"> |
17 | 17 | ||
18 | <form role="form" (ngSubmit)="login()" [formGroup]="form"> | 18 | <form myPluginSelector pluginSelectorId="login-form" role="form" (ngSubmit)="login()" [formGroup]="form"> |
19 | <div class="form-group"> | 19 | <div class="form-group"> |
20 | <div> | 20 | <div> |
21 | <label i18n for="username">User</label> | 21 | <label i18n for="username">User</label> |