Skip to content

Commit

Permalink
feat(integrations): add auth header to ui
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Mar 22, 2024
1 parent d725fbc commit e5ba366
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web/src/components/IntegrationForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
:disabled="formSaving"
></v-select>

<v-text-field
v-if="item.auth_method !== ''"
v-model="item.auth_header"
label="Auth header"
:disabled="formSaving"
></v-text-field>

<v-select
v-if="item.auth_method"
v-model="item.auth_secret_id"
Expand Down

0 comments on commit e5ba366

Please sign in to comment.