diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-11 13:53:08 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-11 13:53:08 +0100 |
commit | 1acb94750408490ce89264f92a14aceeffe81c96 (patch) | |
tree | f186a1c61a88e48d3720ad68722f42a5eeab96c1 /client/src | |
parent | f8be7bae3fa70e5402bc1b32c0c4865b8b5db97e (diff) | |
download | PeerTube-1acb94750408490ce89264f92a14aceeffe81c96.tar.gz PeerTube-1acb94750408490ce89264f92a14aceeffe81c96.tar.zst PeerTube-1acb94750408490ce89264f92a14aceeffe81c96.zip |
Retrieve user by id instead of username
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+admin/users/user-edit/user-edit.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/src/app/+admin/users/user-edit/user-edit.ts b/client/src/app/+admin/users/user-edit/user-edit.ts index 787f4b689..1613bb0d1 100644 --- a/client/src/app/+admin/users/user-edit/user-edit.ts +++ b/client/src/app/+admin/users/user-edit/user-edit.ts | |||
@@ -106,10 +106,5 @@ export abstract class UserEdit extends FormReactive implements OnInit { | |||
106 | label: q.label, | 106 | label: q.label, |
107 | disabled: q.disabled | 107 | disabled: q.disabled |
108 | })) | 108 | })) |
109 | |||
110 | console.log( | ||
111 | this.videoQuotaOptions, | ||
112 | this.videoQuotaDailyOptions | ||
113 | ) | ||
114 | } | 109 | } |
115 | } | 110 | } |