KEYCLOAK-17075 The tooltip for "Use PKCE" in Identity Provider is not displayed correctly
https://issues.redhat.com/browse/KEYCLOAK-17075
This commit is contained in:
parent
307e16391c
commit
b1a16e4654
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@
|
|||
<div class="col-md-6">
|
||||
<input ng-model="identityProvider.config.pkceEnabled" id="pkceEnabled" onoffswitchvalue on-text="{{:: 'onText' | translate}}" off-text="{{:: 'offText' | translate}}" />
|
||||
</div>
|
||||
<kc-tooltip>{{:: 'identity-provider.pkce-enabled.tooltip' | translate}}</kc-tooltip>
|
||||
<kc-tooltip>{{:: 'pkce-enabled.tooltip' | translate}}</kc-tooltip>
|
||||
</div>
|
||||
|
||||
<div class="form-group clearfix" data-ng-hide="identityProvider.config.pkceEnabled == 'false'">
|
||||
|
|
Loading…
Reference in a new issue