|
|
@ -349,7 +349,7 @@
|
|
|
|
class="form-control"
|
|
|
|
class="form-control"
|
|
|
|
id="oauth_scopes"
|
|
|
|
id="oauth_scopes"
|
|
|
|
ng-model="$ctrl.settings.Scopes"
|
|
|
|
ng-model="$ctrl.settings.Scopes"
|
|
|
|
placeholder="id,email,name"
|
|
|
|
placeholder="id email name"
|
|
|
|
ng-class="['form-control', { 'limited-be': $ctrl.isLimitedToBE && $ctrl.state.provider !== 'custom' }]"
|
|
|
|
ng-class="['form-control', { 'limited-be': $ctrl.isLimitedToBE && $ctrl.state.provider !== 'custom' }]"
|
|
|
|
ng-disabled="$ctrl.isLimitedToBE && $ctrl.state.provider !== 'custom'"
|
|
|
|
ng-disabled="$ctrl.isLimitedToBE && $ctrl.state.provider !== 'custom'"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|