Only show setting if logged-in
This commit is contained in:
parent
cfdbecc608
commit
c578b41105
|
@ -433,7 +433,7 @@ function Settings({ onClose }) {
|
|||
</div>
|
||||
</div>
|
||||
</li>
|
||||
{!!IMG_ALT_API_URL && (
|
||||
{!!IMG_ALT_API_URL && authenticated && (
|
||||
<li>
|
||||
<label>
|
||||
<input
|
||||
|
|
Loading…
Reference in a new issue