From 324c427a725c504ab7120784985c49b5f691b9cb Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 16 Apr 2023 06:12:01 +0000 Subject: [PATCH] Add truthsocial to loginWithUsername feature --- app/soapbox/utils/features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/utils/features.ts b/app/soapbox/utils/features.ts index 9aff34a907..36e2811ab5 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -600,7 +600,7 @@ const getInstanceFeatures = (instance: Instance) => { /** * Can sign in using username instead of e-mail address. */ - logInWithUsername: v.software === PLEROMA, + logInWithUsername: v.software === PLEROMA || v.software === TRUTHSOCIAL, /** * Can perform moderation actions with account and reports.