From d01c2d8ff0d9d6746c8a54a3cf9256897caad816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicole=20Miko=C5=82ajczyk?= Date: Sat, 12 Apr 2025 00:43:49 +0200 Subject: [PATCH] pl-api: specify logInWithUsername for mitra MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicole Mikołajczyk --- packages/pl-api/lib/features.ts | 1 + 1 file changed, 1 insertion(+) 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, ]),