Skip to content

Commit

Permalink
Fixes #38102 - Auth token of flatpak-remote shouldn't be returned by API
Browse files Browse the repository at this point in the history
  • Loading branch information
sjha4 committed Dec 13, 2024
1 parent b551d41 commit 1be34f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/katello/api/v2/flatpak_remotes/base.json.rabl
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ extends 'katello/api/v2/common/identifier'
extends 'katello/api/v2/common/org_reference'

attributes :name
attributes :url, :description, :username, :token, :seeded, :registry_url
attributes :url, :description, :username, :seeded, :registry_url

0 comments on commit 1be34f9

Please sign in to comment.