Move existing themes under a default folder
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user