We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80062a8 commit 9f2acbdCopy full SHA for 9f2acbd
src/main/java/io/fusionauth/domain/SimpleThemeVariables.java
@@ -15,6 +15,7 @@
15
*/
16
package io.fusionauth.domain;
17
18
+import java.net.URI;
19
import java.util.Objects;
20
21
/**
@@ -27,7 +28,7 @@ public class SimpleThemeVariables implements Buildable<SimpleThemeVariables> {
27
28
29
public String alertFontColor;
30
- public String backgroundImageURL;
31
+ public URI backgroundImageURL;
32
33
public String backgroundSize;
34
@@ -69,7 +70,7 @@ public class SimpleThemeVariables implements Buildable<SimpleThemeVariables> {
69
70
71
public String logoImageSize;
72
- public String logoImageURL;
73
+ public URI logoImageURL;
74
75
public String monoFontColor;
76
0 commit comments