Fix invalid oauth scope placeholder

pull/11784/head
Michael Rittmeister 7 months ago committed by GitHub
parent 8a81d95253
commit a8275f4bab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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'"
/> />

Loading…
Cancel
Save