Only show setting if logged-in

This commit is contained in:
Lim Chee Aun 2024-03-04 16:36:34 +08:00
parent cfdbecc608
commit c578b41105

View file

@ -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