chore: hide advanced configuration for non-authCode grant types (#5293)
This commit is contained in:
parent
6597ade3f7
commit
2ac8a15849
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@
|
|||
</span>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col">
|
||||
<div v-if="selectedGrantTypeID === 'authCode'" class="flex flex-col">
|
||||
<div
|
||||
class="flex cursor-pointer items-center justify-between py-2 pl-4 text-secondaryLight transition hover:text-secondary"
|
||||
@click="toggleAdvancedConfig"
|
||||
|
|
|
|||
Loading…
Reference in a new issue