web/satellite: display authorize area icon only when set

When the icon wasn't defined, it showed an empty image icon instead.

Change-Id: I8fc731f99dbd1a5b29fa84c6c14be1bfe4c51f67
This commit is contained in:
Egon Elbre 2022-05-12 09:26:45 +03:00
parent 2e3e5547e2
commit 4eb3dd572c

View File

@ -12,7 +12,7 @@
<p>{{ requestErr }}</p>
</div>
<div v-else class="authorize-area__content-area__container">
<p class="authorize-area__content-area__client-app-logo">
<p v-if="client.appLogoURL" class="authorize-area__content-area__client-app-logo">
<img :alt="client.appName" :src="client.appLogoURL">
</p>