diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-09 17:51:25 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-09 17:55:05 +0200 |
commit | 141b177db088891e84040f68aa95008fb52f1d44 (patch) | |
tree | 20168077514c920f5b4da4696707db55f51b158d /client/src/app/login/login.component.html | |
parent | 63347a0ff966c7863e5b7431effa1cb0668df893 (diff) | |
download | PeerTube-141b177db088891e84040f68aa95008fb52f1d44.tar.gz PeerTube-141b177db088891e84040f68aa95008fb52f1d44.tar.zst PeerTube-141b177db088891e84040f68aa95008fb52f1d44.zip |
Add ability to ban/unban users
Diffstat (limited to 'client/src/app/login/login.component.html')
-rw-r--r-- | client/src/app/login/login.component.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/login/login.component.html b/client/src/app/login/login.component.html index fac63d44d..3a6d61327 100644 --- a/client/src/app/login/login.component.html +++ b/client/src/app/login/login.component.html | |||
@@ -50,7 +50,6 @@ | |||
50 | </form> | 50 | </form> |
51 | </div> | 51 | </div> |
52 | 52 | ||
53 | <!--<ng-template #forgotPasswordModal (onShown)="onForgotPasswordModalShown()">--> | ||
54 | <ng-template #forgotPasswordModal> | 53 | <ng-template #forgotPasswordModal> |
55 | <div class="modal-header"> | 54 | <div class="modal-header"> |
56 | <h4 i18n class="modal-title">Forgot your password</h4> | 55 | <h4 i18n class="modal-title">Forgot your password</h4> |