Expose Registration form to unknown backends

revert-polyfills
Alex Gleason 2023-01-10 22:10:27 -06:00
rodzic 87aa965069
commit e5f592bfaf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -94,10 +94,7 @@ const getInstanceFeatures = (instance: Instance) => {
* Ability to create accounts. * Ability to create accounts.
* @see POST /api/v1/accounts * @see POST /api/v1/accounts
*/ */
accountCreation: any([ accountCreation: v.software !== TRUTHSOCIAL,
v.software === MASTODON,
v.software === PLEROMA,
]),
/** /**
* Ability to pin other accounts on one's profile. * Ability to pin other accounts on one's profile.