mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-12-09 01:36:36 +00:00
feat: add option to disable ui warnings
This commit is contained in:
@@ -41,6 +41,7 @@ type Config struct {
|
||||
TrustedProxies string `mapstructure:"trusted-proxies"`
|
||||
DisableAnalytics bool `mapstructure:"disable-analytics"`
|
||||
DisableResources bool `mapstructure:"disable-resources"`
|
||||
DisableUIWarnings bool `mapstructure:"disable-ui-warnings"`
|
||||
SocketPath string `mapstructure:"socket-path"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user