mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
fix: pkce auth is not selectable
This commit is contained in:
parent
dc526d845d
commit
ecaabd2276
@ -255,7 +255,7 @@ class OAuth2Auth extends React.PureComponent<Props, State> {
|
||||
className="btn btn--super-duper-compact"
|
||||
id="use-pkce"
|
||||
onClick={onChange}
|
||||
value={authentication.usePkce}
|
||||
value={!authentication.usePkce}
|
||||
title={authentication.usePkce ? 'Disable PKCE' : 'Enable PKCE'}>
|
||||
{authentication.usePkce ? (
|
||||
<i className="fa fa-check-square-o" />
|
||||
|
Loading…
Reference in New Issue
Block a user