Skip to content

Commit

Permalink
Merge pull request #5 from rarimo/fix/optional-admin-cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrynenko authored Dec 11, 2024
2 parents 2a707d6 + 8727a2d commit dd17e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

type Admin struct {
Admin string `fig:"password_hash,required"`
Admin string `fig:"password_hash"`
Disabled bool `fig:"disabled"`
}

Expand Down

0 comments on commit dd17e86

Please sign in to comment.