[Hotfix]: rest api oauth2 - fields value (#1582)

* fix:rest-api-oauth-client-secret

* fix:rest-api-oauth-custom-auth-params

* Revert "fix:rest-api-oauth-client-secret"

This reverts commit b6e3ec3605.
This commit is contained in:
Arpit 2021-12-15 23:14:24 +05:30 committed by GitHub
parent cc81386f9b
commit 0f5c711fac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,7 @@ export default ({ getter, options = [], optionchanged }) => {
<td>
<input
type="text"
value={option[1]}
className="form-control no-border"
placeholder="value"
autoComplete="off"