修复「--reset-totp xxx」无法使用的问题
This commit is contained in:
@ -90,6 +90,7 @@ func SetupConfig() (*Config, error) {
|
||||
pflag.String("server.addr", "", "server listen addr")
|
||||
pflag.String("server.cert", "", "tls cert file")
|
||||
pflag.String("server.key", "", "tls key file")
|
||||
pflag.String("reset-totp", "", "")
|
||||
pflag.String("reset-password", "", "")
|
||||
pflag.String("encryption-key", "", "")
|
||||
pflag.String("new-encryption-key", "", "")
|
||||
|
Reference in New Issue
Block a user