mirror of https://github.com/portainer/portainer
Fix invalid oauth scope placeholder
parent
8a81d95253
commit
a8275f4bab
|
@ -349,7 +349,7 @@
|
|||
class="form-control"
|
||||
id="oauth_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-disabled="$ctrl.isLimitedToBE && $ctrl.state.provider !== 'custom'"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue