mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Added another outdated instance
This commit is contained in:
@ -80,7 +80,7 @@ const ComponentInstance: React.FC<Props> = ({
|
|||||||
clientSecret,
|
clientSecret,
|
||||||
scopes: variables.scopes,
|
scopes: variables.scopes,
|
||||||
redirectUri,
|
redirectUri,
|
||||||
usePKCE: !['pawoo.net'].includes(domain)
|
usePKCE: !['pawoo.net', 'mao.mastodonhub.com'].includes(domain)
|
||||||
})
|
})
|
||||||
await request.makeAuthUrlAsync(discovery)
|
await request.makeAuthUrlAsync(discovery)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user