Actually, take all the themes

This commit is contained in:
decentral1se
2021-05-05 11:47:12 +02:00
parent 48076ab3d9
commit a95dc5d92e
425 changed files with 46718 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<div class="form-group">
<label class="col-md-2 control-label" for="fetchedFields">{{:: 'identity-provider.facebook-fetchedFields.label' | translate}}</label>
<div class="col-md-6">
<input ng-model="identityProvider.config.fetchedFields" id="fetchedFields" class="form-control" />
</div>
<kc-tooltip>{{:: 'identity-provider.facebook-fetchedFields.tooltip' | translate}}</kc-tooltip>
</div>