mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
[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:
parent
cc81386f9b
commit
0f5c711fac
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue