diff options
author | Chocobozzz <me@florianbigard.com> | 2020-10-29 15:03:46 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-11-09 15:33:04 +0100 |
commit | c29039e7c070b23db5aeb52be6902d271f7dcfe6 (patch) | |
tree | 5d5e46d169852c50570bf7869d55c88bdcb58f60 /client/src/app/+my-account | |
parent | d988e9a2f83dd2f85d1afa0b98614b29a66dddf4 (diff) | |
download | PeerTube-c29039e7c070b23db5aeb52be6902d271f7dcfe6.tar.gz PeerTube-c29039e7c070b23db5aeb52be6902d271f7dcfe6.tar.zst PeerTube-c29039e7c070b23db5aeb52be6902d271f7dcfe6.zip |
Add warning below live stream key field
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html b/client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html index 5e2323b91..2e65e1de9 100644 --- a/client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html +++ b/client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <div class="form-group"> | 14 | <div class="form-group"> |
15 | <label for="liveVideoStreamKey" i18n>Live stream key</label> | 15 | <label for="liveVideoStreamKey" i18n>Live stream key</label> |
16 | <my-input-readonly-copy id="liveVideoStreamKey" [value]="streamKey"></my-input-readonly-copy> | 16 | <my-input-readonly-copy id="liveVideoStreamKey" [value]="streamKey"></my-input-readonly-copy> |
17 | |||
18 | <div class="form-group-description" i18n>⚠️ Never share your stream key with anyone.</div> | ||
17 | </div> | 19 | </div> |
18 | </div> | 20 | </div> |
19 | 21 | ||