Check if profileStore exists here
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Melon 2023-04-20 14:14:34 +01:00
parent af13ad4a08
commit 5f6e2a3f01
Signed by: melon
GPG Key ID: 6C9D970C50D26A25
1 changed files with 3 additions and 1 deletions

View File

@ -100,7 +100,9 @@
<span class="oauth-picture-separator">
<MoreHorizontal />
</span>
<img src={$profileStore.icon} alt="" />
{#if $profileStore}
<img src={$profileStore.icon} alt="" />
{/if}
</div>
<h3 class="oauth-subtext">An external application</h3>
<h2 class="oauth-title">{app.app_name}</h2>