latest-changes

This commit is contained in:
Chris Bisset 2025-08-23 00:40:37 +00:00
parent ff61385f24
commit b1ab7f4041

View file

@ -16,4 +16,7 @@
</script>
<Svelecte options={preauthKeys} bind:value={selectedKey} />
{#if selectedKey != ''}
<p>{selectedKey}</p>
{/if}