mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-09-10 09:13:30 +08:00
refactor: use optimized image for background (#1110)
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user