Add truthsocial to loginWithUsername feature

This commit is contained in:
Alex Gleason 2023-04-16 06:12:01 +00:00 committed by marcin mikołajczak
parent ba69f5ba62
commit 324c427a72

View file

@ -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.