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