mirror of
https://gitee.com/gitea/gitea
synced 2025-11-02 23:50:26 +08:00
* 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>