Removed "identity proofs" from frontend and api route

• Removed:
- "identity proofs" from frontend, settings
- "identity proofs" api route
This commit is contained in:
mgabdev
2020-06-07 13:47:22 -04:00
parent 967bfaab7e
commit 250e6a4357
7 changed files with 3 additions and 113 deletions

View File

@@ -14,7 +14,6 @@ import group_lists from './group_lists'
import group_relationships from './group_relationships'
import hashtags from './hashtags'
import height_cache from './height_cache'
import identity_proofs from './identity_proofs'
import lists from './lists'
import listAdder from './list_adder'
import listEditor from './list_editor'
@@ -54,7 +53,6 @@ const reducers = {
group_relationships,
hashtags,
height_cache,
identity_proofs,
lists,
listAdder,
listEditor,