fix: add correct display value (#1565)

This commit is contained in:
Gandharv 2021-12-13 14:31:03 +05:30 committed by GitHub
parent d9c541ec83
commit 8a04cce235
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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