mirror of
https://github.com/tooot-app/app
synced 2025-02-09 00:18:38 +01:00
Fix #698
This commit is contained in:
parent
fd114ed0f0
commit
0b3d206190
@ -78,7 +78,8 @@ const ComponentInstance: React.FC<Props> = ({
|
|||||||
clientId,
|
clientId,
|
||||||
clientSecret,
|
clientSecret,
|
||||||
scopes: variables.scopes,
|
scopes: variables.scopes,
|
||||||
redirectUri
|
redirectUri,
|
||||||
|
usePKCE: !['pawoo.net'].includes(domain)
|
||||||
})
|
})
|
||||||
await request.makeAuthUrlAsync(discovery)
|
await request.makeAuthUrlAsync(discovery)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user