X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/dcd23d5355badf66c34ffd63d3c44734e87ebf17..e59041902fbc6fb62b5c9ff8e9b4849d4bf853ea:/hotline/account.go diff --git a/hotline/account.go b/hotline/account.go index 526eb05..39ea974 100644 --- a/hotline/account.go +++ b/hotline/account.go @@ -14,7 +14,7 @@ type Account struct { Login string `yaml:"Login"` Name string `yaml:"Name"` Password string `yaml:"Password"` - Access AccessBitmap `yaml:"Access,flow"` + Access AccessBitmap `yaml:"Access"` FileRoot string `yaml:"FileRoot"` readOffset int // Internal offset to track read progress