mirror of
https://github.com/simon987/sist2.git
synced 2025-04-10 14:06:45 +00:00
Fix tag-auth param in sist2-admin #337
This commit is contained in:
parent
20adcce4a9
commit
2805fd509f
@ -63,7 +63,7 @@ class WebOptions(BaseModel):
|
||||
if self.auth:
|
||||
args.append(f"--auth={self.auth}")
|
||||
if self.tag_auth:
|
||||
args.append(f"--tag_auth={self.tag_auth}")
|
||||
args.append(f"--tag-auth={self.tag_auth}")
|
||||
if self.dev:
|
||||
args.append(f"--dev")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user