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
@@ -18,7 +18,7 @@ func CreateTestConfigs(t *testing.T) (model.Config, model.RuntimeConfig) {
UI: model.UIConfig{
Title: "Tinyauth Test",
ForgotPasswordMessage: "foo",
BackgroundImage: "/background.jpg",
BackgroundImage: "/background.webp",
WarningsEnabled: true,
},
OAuth: model.OAuthConfig{