This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
added missing new struct sync (
#1021
)
for-closed-social
Lunny Xiao
7 years ago
committed by
GitHub
parent
0e6b9ea786
commit
d077fd084a
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
models/models.go
+ 2
- 0
models/models.go
View File
@ -114,6 +114,8 @@ func init() {
new
(
TwoFactor
)
,
new
(
RepoUnit
)
,
new
(
RepoRedirect
)
,
new
(
ExternalLoginUser
)
,
new
(
ProtectedBranch
)
,
)
gonicNames
:=
[
]
string
{
"SSL"
,
"UID"
}
Write
Preview
Loading…
Cancel
Save