Skip to content

Commit

Permalink
fix(open-api): fix security / auth showing when it was an empty array
Browse files Browse the repository at this point in the history
INT-407
  • Loading branch information
FreekVR committed Apr 5, 2024
1 parent 14c8bd1 commit 742c65a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
>
<pre class="dark:text-gray-100 inline m-0 ml-2 p-0 text-gray-700 text-sm">{{ endpoint }}</pre>
<br />
<template v-if="authentication">
<template v-if="authentication?.length">
<strong>Authentication:</strong>&nbsp;
<pre>{{ authentication }}</pre>
</template>
Expand Down

0 comments on commit 742c65a

Please sign in to comment.