pl-api: Support password change on Pixelfed

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2024-12-27 20:11:07 +01:00
parent 98bdd79da5
commit aedcff4f8a
5 changed files with 18 additions and 6 deletions

View File

@@ -1220,6 +1220,7 @@ const getFeatures = (instance: Instance) => {
changePassword: any([
v.software === GOTOSOCIAL,
v.software === MITRA,
v.software === PIXELFED,
v.software === PLEROMA,
]),