mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 12:45:47 +00:00
chore: remove url requirement in background image
This commit is contained in:
@@ -34,7 +34,7 @@ type Config struct {
|
||||
LoginTimeout int `mapstructure:"login-timeout"`
|
||||
LoginMaxRetries int `mapstructure:"login-max-retries"`
|
||||
FogotPasswordMessage string `mapstructure:"forgot-password-message" validate:"required"`
|
||||
BackgroundImage string `mapstructure:"background-image" validate:"required,url"`
|
||||
BackgroundImage string `mapstructure:"background-image" validate:"required"`
|
||||
}
|
||||
|
||||
// Server configuration
|
||||
|
||||
Reference in New Issue
Block a user