Skip to content

Commit aedaae8

Browse files
committed
Fixed minor mistake in last commit
1 parent ae0f8c7 commit aedaae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/setting/setting.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ func NewConfigContext(args *CommandLineArgs) {
402402
AuthProxyAutoSignUp = authProxy.Key("auto_sign_up").MustBool(true)
403403

404404
authBasic := Cfg.Section("auth.basic")
405-
AuthProxyEnabled = authBasic.Key("enabled").MustBool(true)
405+
BasicAuthEnabled = authBasic.Key("enabled").MustBool(true)
406406

407407
// PhantomJS rendering
408408
ImagesDir = filepath.Join(DataPath, "png")

0 commit comments

Comments
 (0)