mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix layout of identity proofs settings (#11126)
This commit is contained in:
parent
f7f23b4a19
commit
33144e132d
1 changed files with 0 additions and 4 deletions
|
@ -56,8 +56,4 @@ class Settings::IdentityProofsController < Settings::BaseController
|
||||||
def post_params
|
def post_params
|
||||||
params.require(:account_identity_proof).permit(:post_status, :status_text)
|
params.require(:account_identity_proof).permit(:post_status, :status_text)
|
||||||
end
|
end
|
||||||
|
|
||||||
def set_body_classes
|
|
||||||
@body_classes = ''
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue