Gitea: User settings -> security IconHTML error #19
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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 🤷.