fix: add correct display value (#1565)

This commit is contained in:
Gandharv 2021-12-13 14:31:03 +05:30 committed by Akshay Sasidharan
parent eec622e91c
commit cc81386f9b

View file

@ -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