1
0
mirror of https://github.com/tooot-app/app synced 2025-02-01 19:16:56 +01:00

Added another outdated instance

This commit is contained in:
xmflsct 2023-04-13 22:47:30 +02:00
parent e74a73fbd7
commit 79fc0c814c

View File

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