Update OAuthSetting.svelte

This commit is contained in:
Ruben Fiszel
2024-10-25 06:18:06 +02:00
committed by GitHub
parent f18a61f7a2
commit a49f7e5d42

View File

@@ -66,10 +66,12 @@
>
{#if enabled}
<div class="p-2 rounded border">
<label class="block pb-2">
<span class="text-primary font-semibold text-sm">Custom Name</span>
<input type="text" placeholder="Custom Name" bind:value={value['display_name']} />
</label>
{#if name != "slack"}
<label class="block pb-2">
<span class="text-primary font-semibold text-sm">Custom Name</span>
<input type="text" placeholder="Custom Name" bind:value={value['display_name']} />
</label>
{/if}
<label class="block pb-2">
<span class="text-primary font-semibold text-sm">Client Id</span>
<input type="text" placeholder="Client Id" bind:value={value['id']} />