Gitea: User settings -> security IconHTML error #19
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Spike
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cyclane/kovalhome#19
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
500 error on user settings -> security tab:
So it seems here a list is indexed by an ID (instead of looking up by the ID).
This means you can break it by:
len(providers) == 1
len(providers) == 2
len(providers) == 1
providers[1] == nil
I guess I'll make a PR to gitea at some point 🤷.