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:
parent
2e3e5547e2
commit
4eb3dd572c
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user