Mastodon: redirect password reset to backend

This commit is contained in:
Alex Gleason
2021-09-08 11:31:26 -05:00
parent bb6cdd4b71
commit d1d96308a1
4 changed files with 39 additions and 7 deletions

View File

@ -24,6 +24,7 @@ export const getFeatures = createSelector([
securityAPI: v.software === 'Pleroma',
settingsStore: v.software === 'Pleroma',
accountAliasesAPI: v.software === 'Pleroma',
resetPasswordAPI: v.software === 'Pleroma',
};
});