mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-10-27 12:31:02 +00:00
Unfortunately go panics you try to cast a nil interface{} as another primitive
therefore you need to check interfaces are not nil before casting.
Fix #16025
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
|
||
|---|---|---|
| .. | ||
| basic.go | ||
| interface.go | ||
| oauth2.go | ||
| reverseproxy.go | ||
| session.go | ||
| sso.go | ||
| sso_test.go | ||
| sspi_windows.go | ||
| user.go | ||