mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-12-08 09:16:35 +00:00
feat: add option to disable ui warnings
This commit is contained in:
@@ -71,6 +71,7 @@ func (c *rootCmd) Register() {
|
||||
{"disable-analytics", false, "Disable anonymous version collection."},
|
||||
{"disable-resources", false, "Disable the resources server."},
|
||||
{"socket-path", "", "Path to the Unix socket to bind the server to."},
|
||||
{"disable-ui-warnings", false, "Disable UI warnings about insecure configurations."},
|
||||
}
|
||||
|
||||
for _, opt := range configOptions {
|
||||
|
||||
Reference in New Issue
Block a user