Add sign in with private key

This commit is contained in:
Jon Staab
2026-01-16 14:17:38 -08:00
parent b3f1d8464b
commit 52432ca068
7 changed files with 152 additions and 9 deletions
+5 -1
View File
@@ -14,4 +14,8 @@
const relay = deriveRelay(url)
</script>
<ImageIcon {size} alt="" src={$relay?.icon || RemoteControllerMinimalistic} class={props.class} />
{#if $relay?.icon}
<ImageIcon {size} alt="" src={$relay?.icon} class={props.class} />
{:else}
<ImageIcon size={size - 2} alt="" src={RemoteControllerMinimalistic} class={props.class} />
{/if}