Merge branch 'account-creation' into 'develop'
Expose Registration form to unknown backends See merge request soapbox-pub/soapbox!2150
This commit is contained in:
commit
f8be5ecdf4
1 changed files with 1 additions and 4 deletions
|
@ -94,10 +94,7 @@ const getInstanceFeatures = (instance: Instance) => {
|
|||
* Ability to create accounts.
|
||||
* @see POST /api/v1/accounts
|
||||
*/
|
||||
accountCreation: any([
|
||||
v.software === MASTODON,
|
||||
v.software === PLEROMA,
|
||||
]),
|
||||
accountCreation: v.software !== TRUTHSOCIAL,
|
||||
|
||||
/**
|
||||
* Ability to pin other accounts on one's profile.
|
||||
|
|
Loading…
Reference in a new issue