Commit 00552d99 authored by Gary Holtz's avatar Gary Holtz

Removing superflous authenticate call

parent aa581573
......@@ -1050,8 +1050,6 @@ module API
detail 'This feature was introduced in GitLab 14.0.'
end
get "preferences", feature_category: :users do
authenticate!
present current_user.user_preference, with: Entities::UserPreferences
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment