refactor: use optimized image for background (#1110)

This commit is contained in:
Stavros
2026-09-01 00:18:35 +03:00
committed by GitHub
parent 11ba687dd6
commit b01f49cc44
7 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ func NewDefaultConfiguration(runtimeEnv RuntimeEnv) *Config {
UI: UIConfig{
Title: "Tinyauth",
ForgotPasswordMessage: "You can change your password by changing the configuration.",
BackgroundImage: "/background.jpg",
BackgroundImage: "/background.webp",
WarningsEnabled: true,
},
LDAP: LDAPConfig{