diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-20 13:47:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 15:27:19 +0200 |
commit | 7f28f2ddbaeecf451d501e99ded0408c14a33600 (patch) | |
tree | 62388dff577fc765c0df0be6a3619527b1fbca21 /client/src/app/+login/login.component.html | |
parent | 01af646261264befde7ce6ca5130fd07c0b23aa1 (diff) | |
download | PeerTube-7f28f2ddbaeecf451d501e99ded0408c14a33600.tar.gz PeerTube-7f28f2ddbaeecf451d501e99ded0408c14a33600.tar.zst PeerTube-7f28f2ddbaeecf451d501e99ded0408c14a33600.zip |
Warning when using capitalized letter in login
Diffstat (limited to 'client/src/app/+login/login.component.html')
-rw-r--r-- | client/src/app/+login/login.component.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/+login/login.component.html b/client/src/app/+login/login.component.html index 5f5b0f565..27793ff0c 100644 --- a/client/src/app/+login/login.component.html +++ b/client/src/app/+login/login.component.html | |||
@@ -28,6 +28,10 @@ | |||
28 | <div *ngIf="formErrors.username" class="form-error"> | 28 | <div *ngIf="formErrors.username" class="form-error"> |
29 | {{ formErrors.username }} | 29 | {{ formErrors.username }} |
30 | </div> | 30 | </div> |
31 | |||
32 | <div *ngIf="hasUsernameUppercase()" i18n class="form-warning"> | ||
33 | ⚠️ Most email addresses do not include capital letters. | ||
34 | </div> | ||
31 | </div> | 35 | </div> |
32 | 36 | ||
33 | <div class="form-group"> | 37 | <div class="form-group"> |