mirror of https://github.com/portainer/portainer
fix(oauth): show asterisks placeholder in secret key input field EE-5664 (#10761)
parent
ba19aab8dc
commit
6228314e3c
|
@ -406,7 +406,7 @@
|
|||
class="form-control"
|
||||
id="oauth_client_secret"
|
||||
ng-model="$ctrl.settings.ClientSecret"
|
||||
placeholder="xxxxxxxxxxxxxxxxxxxx"
|
||||
placeholder="*******"
|
||||
autocomplete="new-password"
|
||||
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