Add truthsocial to loginWithUsername feature
This commit is contained in:
parent
ba69f5ba62
commit
324c427a72
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue