Compare commits

...
This repository has been archived on 2024-01-12. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
Melon 5f6e2a3f01
Check if profileStore exists here
ci/woodpecker/push/build Pipeline was successful Details
2023-04-20 14:17:08 +01:00
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>