mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 07:09:21 +01:00
4fe72284fc
Backport #30429 by @wolfogre
Fix #30416.
Before (it shows as "Unset" while there's a token):
<img width="980" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/d7148e3e-62c9-4d2e-942d-3d795b79515a">
After:
<img width="977" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/24aaa1db-5baa-4204-9081-470b15ea72b5">
The username shows as "oauth2" because of
|
||
---|---|---|
.. | ||
mirror.go | ||
mirror_pull.go | ||
mirror_push.go | ||
mirror_test.go | ||
notifier.go | ||
queue.go |