mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
fix: add correct display value (#1565)
This commit is contained in:
parent
d9c541ec83
commit
8a04cce235
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ const OAuth = ({
|
|||
{ name: 'None', value: 'none' },
|
||||
{ name: 'OAuth 2.0', value: 'oauth2' },
|
||||
]}
|
||||
value={grant_type}
|
||||
value={auth_type}
|
||||
onChange={(value) => optionchanged('auth_type', value)}
|
||||
/>
|
||||
<Authentication
|
||||
|
|
|
|||
Loading…
Reference in a new issue