Skip to content

Commit 1880693

Browse files
committed
Config: Disable AuthSecret in options.go (currently unused)
Signed-off-by: Michael Mayer <michael@photoprism.app>
1 parent 4a0f9bf commit 1880693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type Options struct {
2626
Copyright string `json:"-"`
2727
PartnerID string `yaml:"-" json:"-" flag:"partner-id"`
2828
AuthMode string `yaml:"AuthMode" json:"-" flag:"auth-mode"`
29-
AuthSecret string `yaml:"AuthSecret" json:"-" flag:"auth-secret"`
29+
AuthSecret string `yaml:"-" json:"-" flag:"auth-secret"`
3030
Public bool `yaml:"Public" json:"-" flag:"public"`
3131
NoHub bool `yaml:"-" json:"-" flag:"no-hub"`
3232
AdminUser string `yaml:"AdminUser" json:"-" flag:"admin-user"`

0 commit comments

Comments
 (0)