mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
Add todo
This commit is contained in:
parent
42a41ce2bc
commit
84f2aab570
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ func SettingsPost(ctx *context.Context) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ToDo: Use Federated Repo Struct & Update Federated Repo Table
|
||||||
switch {
|
switch {
|
||||||
// Allow clearing the field
|
// Allow clearing the field
|
||||||
case form.FederationRepos == "":
|
case form.FederationRepos == "":
|
||||||
|
|
Loading…
Reference in a new issue