mirror of https://github.com/tootsuite/mastodon
Fix layout of identity proofs settings (#11126)
parent
f7f23b4a19
commit
33144e132d
|
@ -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 New Issue