mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-22 04:25:06 +01:00
Fix layout of identity proofs settings (#11126)
This commit is contained in:
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
Block a user