mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-14 07:41:21 +01:00
The steps to reproduce it. First, create a new oauth2 source. Then, a user login with this oauth2 source. Disable the oauth2 source. Visit users -> settings -> security, 500 will be displayed. This is because this page only load active Oauth2 sources but not all Oauth2 sources. |
||
|---|---|---|
| .. | ||
| security | ||
| account_test.go | ||
| account.go | ||
| adopt.go | ||
| applications.go | ||
| keys.go | ||
| main_test.go | ||
| oauth2_common.go | ||
| oauth2.go | ||
| packages.go | ||
| profile.go | ||
| runner.go | ||
| webhooks.go | ||