This commit is contained in:
Adria Navarro 2025-03-18 14:06:41 +01:00
parent b834f330aa
commit 7ebfb6e474
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
</div>
<Body size="S" color="var(--spectrum-global-color-gray-700)">
Basic (Username & Password Authentication)
Basic & Bearer Authentication
</Body>
{#if authConfigs.length}
@ -65,7 +65,7 @@
{/if}
<div>
<Button secondary icon="Add" on:click={addBasicConfiguration}
>Add Basic</Button
>Add config</Button
>
</div>
</DetailPopover>