mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 14:47:46 -04:00
Merge branch 'release/2020.5.1' into develop
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2020.5.0",
|
||||
"version": "2020.5.1",
|
||||
"name": "insomnia",
|
||||
"executableName": "insomnia",
|
||||
"appId": "com.insomnia.app",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2020.5.0",
|
||||
"version": "2020.5.1",
|
||||
"name": "insomnia-designer",
|
||||
"executableName": "insomnia-designer",
|
||||
"appId": "com.insomnia.designer",
|
||||
|
||||
Reference in New Issue
Block a user