Add truthsocial to loginWithUsername feature

environments/review-username-o-4gj9gt/deployments/3175
Alex Gleason 2023-04-16 06:12:01 +00:00 zatwierdzone przez marcin mikołajczak
rodzic ba69f5ba62
commit 324c427a72
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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