diff options
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> |