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