mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix #698
This commit is contained in:
@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user