mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Only show the TC "Guests" switch if token-acces UI is enabled
This commit is contained in:
parent
a3e5788b97
commit
4130732c14
1 changed files with 3 additions and 1 deletions
|
@ -91,7 +91,9 @@
|
|||
)
|
||||
|
||||
li.rp-tc-state-separator
|
||||
li.rp-tc-state-item.rp-tc-state-item-guests
|
||||
li.rp-tc-state-item.rp-tc-state-item-guests(
|
||||
ng-if="__enableTokenAccessUI"
|
||||
)
|
||||
span.rp-tc-state-item-name(
|
||||
tooltip=translate('tc_switch_guests_tip')
|
||||
tooltip-placement="left"
|
||||
|
|
Loading…
Reference in a new issue