Skip to content

Commit 96c9a8a

Browse files
committed
Client sync
1 parent 0f84220 commit 96c9a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FusionAuthClient.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6358,7 +6358,7 @@ export interface RecentLoginResponse {
63586358
export interface SimpleThemeVariables {
63596359
alertBackgroundColor?: string;
63606360
alertFontColor?: string;
6361-
backgroundImageUrl?: string;
6361+
backgroundImageURL?: string;
63626362
backgroundSize?: string;
63636363
borderRadius?: string;
63646364
deleteButtonColor?: string;
@@ -6379,7 +6379,7 @@ export interface SimpleThemeVariables {
63796379
linkTextColor?: string;
63806380
linkTextFocusColor?: string;
63816381
logoImageSize?: string;
6382-
logoImageUrl?: string;
6382+
logoImageURL?: string;
63836383
monoFontColor?: string;
63846384
monoFontFamily?: string;
63856385
pageBackgroundColor?: string;

0 commit comments

Comments
 (0)