Merge branch 'release/2020.5.1' into develop

This commit is contained in:
David Marby
2020-12-04 13:34:24 +01:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,5 +1,5 @@
{
"version": "2020.5.0",
"version": "2020.5.1",
"name": "insomnia",
"executableName": "insomnia",
"appId": "com.insomnia.app",

View File

@@ -1,5 +1,5 @@
{
"version": "2020.5.0",
"version": "2020.5.1",
"name": "insomnia-designer",
"executableName": "insomnia-designer",
"appId": "com.insomnia.designer",