added apple oauth2 integration
This commit is contained in:
@@ -48,9 +48,9 @@
|
||||
<i class={icon} />
|
||||
{/if}
|
||||
<span class="txt">{title}</span>
|
||||
<code title="Provider key">
|
||||
{key.substring(0, key.length - 4)}
|
||||
</code>
|
||||
<em class="txt-hint">
|
||||
({key.substring(0, key.length - 4)})
|
||||
</em>
|
||||
</div>
|
||||
|
||||
<div class="flex-fill" />
|
||||
@@ -96,7 +96,7 @@
|
||||
name="{key}.clientSecret"
|
||||
let:uniqueId
|
||||
>
|
||||
<label for={uniqueId}>Client Secret</label>
|
||||
<label for={uniqueId}>Client secret</label>
|
||||
<RedactedPasswordInput
|
||||
bind:value={config.clientSecret}
|
||||
id={uniqueId}
|
||||
|
||||
Reference in New Issue
Block a user