mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-07-17 18:27:52 +08:00
added missing new struct sync (#1021)
This commit is contained in:
@ -114,6 +114,8 @@ func init() {
|
|||||||
new(TwoFactor),
|
new(TwoFactor),
|
||||||
new(RepoUnit),
|
new(RepoUnit),
|
||||||
new(RepoRedirect),
|
new(RepoRedirect),
|
||||||
|
new(ExternalLoginUser),
|
||||||
|
new(ProtectedBranch),
|
||||||
)
|
)
|
||||||
|
|
||||||
gonicNames := []string{"SSL", "UID"}
|
gonicNames := []string{"SSL", "UID"}
|
||||||
|
Reference in New Issue
Block a user