Added another outdated instance

This commit is contained in:
xmflsct 2023-04-13 22:47:30 +02:00
parent e74a73fbd7
commit 79fc0c814c
1 changed files with 1 additions and 1 deletions

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)