diff --git a/frontend/src/_ui/OAuth/index.js b/frontend/src/_ui/OAuth/index.js index 31c59e16d3..d5dcff567f 100644 --- a/frontend/src/_ui/OAuth/index.js +++ b/frontend/src/_ui/OAuth/index.js @@ -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)} />