Skip to content

Commit

Permalink
Remove the token field from flatpak remote
Browse files Browse the repository at this point in the history
  • Loading branch information
vsedmik committed Dec 20, 2024
1 parent dd93fc8 commit cda881a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nailgun/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -3540,7 +3540,6 @@ def __init__(self, server_config=None, **kwargs):
'organization': entity_fields.OneToOneField(Organization, required=True),
'description': entity_fields.StringField(),
'username': entity_fields.StringField(),
'token': entity_fields.StringField(),
'registry_url': entity_fields.StringField(),
'seeded': entity_fields.BooleanField(),
}
Expand Down

0 comments on commit cda881a

Please sign in to comment.