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

@@ -44,15 +44,6 @@
= fields_f.input :name, placeholder: t('simple_form.labels.account.fields.name'), input_html: { maxlength: 255 }
= fields_f.input :value, placeholder: t('simple_form.labels.account.fields.value'), input_html: { maxlength: 255 }
.fields-row__column.fields-group.fields-row__column-6
%h6= t('verification.verification')
%p.hint= t('verification.explanation_html')
.input-copy
.input-copy__wrapper
%input{ type: :text, maxlength: '999', spellcheck: 'false', readonly: 'true', value: link_to('Gab Social', ActivityPub::TagManager.instance.url_for(@account), rel: 'me').to_str }
%button{ type: :button }= t('generic.copy')
.actions
= f.button :button, t('generic.save_changes'), type: :submit