mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
field no longer in use
This commit is contained in:
parent
5ace6816ac
commit
a3c90e3085
1 changed files with 0 additions and 1 deletions
|
@ -417,7 +417,6 @@ func SettingsPost(ctx *context.Context) {
|
|||
return
|
||||
}
|
||||
|
||||
log.Info("Repo Saved: %v", repo.FederationRepos)
|
||||
ctx.Flash.Success(ctx.Tr("repo.settings.update_settings_success"))
|
||||
ctx.Redirect(repo.Link() + "/settings")
|
||||
|
||||
|
|
Loading…
Reference in a new issue