From 0b3d206190aa2ed15622e508d920eb7e7775f86e Mon Sep 17 00:00:00 2001 From: xmflsct Date: Tue, 7 Feb 2023 21:41:06 +0100 Subject: [PATCH] Fix #698 --- src/components/Instance/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)