Skip to content

Commit

Permalink
Update option.go
Browse files Browse the repository at this point in the history
  • Loading branch information
X-ether authored Oct 1, 2024
1 parent e04161f commit 38a9fcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/option.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func InitOptionMap() {
config.OptionMap["PasswordRegisterEnabled"] = strconv.FormatBool(config.PasswordRegisterEnabled)
config.OptionMap["EmailVerificationEnabled"] = strconv.FormatBool(config.EmailVerificationEnabled)
config.OptionMap["GitHubOAuthEnabled"] = strconv.FormatBool(config.GitHubOAuthEnabled)
common.OptionMap["LinuxDoOAuthEnabled"] = strconv.FormatBool(common.LinuxDoOAuthEnabled)
config.OptionMap["WeChatAuthEnabled"] = strconv.FormatBool(config.WeChatAuthEnabled)
config.OptionMap["TurnstileCheckEnabled"] = strconv.FormatBool(config.TurnstileCheckEnabled)
config.OptionMap["RegisterEnabled"] = strconv.FormatBool(config.RegisterEnabled)
Expand Down

0 comments on commit 38a9fcd

Please sign in to comment.