diff options
author | Chocobozzz <me@florianbigard.com> | 2022-02-22 14:38:57 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-02-22 14:38:57 +0100 |
commit | 1d54b2052c2144a9c3811fab6d641ee8ddeb1085 (patch) | |
tree | ce51d0430ac8a419bf4bce60d8ec9e098a203479 /client/src/app/shared/shared-user-subscription/subscribe-button.component.html | |
parent | 6ea9295b8f5dd7cc254202a79aad61c666cc4259 (diff) | |
download | PeerTube-1d54b2052c2144a9c3811fab6d641ee8ddeb1085.tar.gz PeerTube-1d54b2052c2144a9c3811fab6d641ee8ddeb1085.tar.zst PeerTube-1d54b2052c2144a9c3811fab6d641ee8ddeb1085.zip |
Hide remote subscribe if logged in
Diffstat (limited to 'client/src/app/shared/shared-user-subscription/subscribe-button.component.html')
-rw-r--r-- | client/src/app/shared/shared-user-subscription/subscribe-button.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-user-subscription/subscribe-button.component.html b/client/src/app/shared/shared-user-subscription/subscribe-button.component.html index d8699ff69..d08d7f4ed 100644 --- a/client/src/app/shared/shared-user-subscription/subscribe-button.component.html +++ b/client/src/app/shared/shared-user-subscription/subscribe-button.component.html | |||
@@ -58,7 +58,7 @@ | |||
58 | <span *ngIf="isUserLoggedIn()" i18n>Subscribe with your local account</span> | 58 | <span *ngIf="isUserLoggedIn()" i18n>Subscribe with your local account</span> |
59 | </button> | 59 | </button> |
60 | 60 | ||
61 | <button class="dropdown-item dropdown-item-neutral"> | 61 | <button *ngIf="isRemoteSubscribeAvailable()" class="dropdown-item dropdown-item-neutral"> |
62 | <div class="mb-1" i18n>Subscribe with a remote account:</div> | 62 | <div class="mb-1" i18n>Subscribe with a remote account:</div> |
63 | <my-remote-subscribe [showHelp]="true" [uri]="uri"></my-remote-subscribe> | 63 | <my-remote-subscribe [showHelp]="true" [uri]="uri"></my-remote-subscribe> |
64 | </button> | 64 | </button> |