mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Show user OpenID URIs in their profile (#1314)
This commit is contained in:
committed by
Kim "BKC" Carlbäcker
parent
e1586898b2
commit
9182a35f18
@@ -248,6 +248,7 @@ func runWeb(ctx *cli.Context) error {
|
||||
m.Combo("").Get(user.SettingsOpenID).
|
||||
Post(bindIgnErr(auth.AddOpenIDForm{}), user.SettingsOpenIDPost)
|
||||
m.Post("/delete", user.DeleteOpenID)
|
||||
m.Post("/toggle_visibility", user.ToggleOpenIDVisibility)
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user