diff --git a/packages/pl-api/lib/features.ts b/packages/pl-api/lib/features.ts index 4af1eae9d..518d40ef1 100644 --- a/packages/pl-api/lib/features.ts +++ b/packages/pl-api/lib/features.ts @@ -971,6 +971,7 @@ const getFeatures = (instance: Instance) => { */ logInWithUsername: any([ v.software === AKKOMA, + v.software === MITRA, v.software === PLEROMA, v.software === TOKI, ]),