mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-03 14:07:55 -09:00
27edc1aa19
* Fix panic in BasicAuthDecode If the string does not contain ":" that function would run into an `index out of range [1] with length 1` error. prevent that. * Update BasicAuthDecode() Co-authored-by: 6543 <6543@obermui.de>