diff --git a/src/components/Instance/index.tsx b/src/components/Instance/index.tsx index efe90d19..ee92541f 100644 --- a/src/components/Instance/index.tsx +++ b/src/components/Instance/index.tsx @@ -78,7 +78,8 @@ const ComponentInstance: React.FC = ({ clientId, clientSecret, scopes: variables.scopes, - redirectUri + redirectUri, + usePKCE: !['pawoo.net'].includes(domain) }) await request.makeAuthUrlAsync(discovery)