This commit is contained in:
xmflsct 2023-02-07 21:41:06 +01:00
parent fd114ed0f0
commit 0b3d206190
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ const ComponentInstance: React.FC<Props> = ({
clientId,
clientSecret,
scopes: variables.scopes,
redirectUri
redirectUri,
usePKCE: !['pawoo.net'].includes(domain)
})
await request.makeAuthUrlAsync(discovery)