This repository has been archived on 2026-03-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
keycloak-theme/keycloak-themes/base/admin/resources/partials/realm-identity-provider-paypal-ext.html
T
2022-07-04 10:47:36 +02:00

7 lines
412 B
HTML

<div class="form-group">
<label class="col-md-2 control-label" for="sandbox">{{:: 'sandbox' | translate}}</label>
<div class="col-md-6">
<input ng-model="identityProvider.config.sandbox" id="sandbox" onoffswitchvalue on-text="{{:: 'onText' | translate}}" off-text="{{:: 'offText' | translate}}" />
</div>
<kc-tooltip>{{:: 'identity-provider.paypal-sandbox.tooltip' | translate}}</kc-tooltip>
</div>