Skip to content

Commit a4ec663

Browse files
fix make captcha_widget_theme non-mandatory field in colors property within themes schema
1 parent fbdf7a6 commit a4ec663

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/auth0/handlers/themes.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ export const schema = {
293293
'success',
294294
'widget_background',
295295
'widget_border',
296-
'captcha_widget_theme'
297296
],
298297
type: 'object',
299298
},
@@ -526,7 +525,7 @@ export interface Colors {
526525
links_focused_components: string;
527526
header: string;
528527
body_text: string;
529-
captcha_widget_theme:string;
528+
captcha_widget_theme: string;
530529
widget_background: string;
531530
widget_border: string;
532531
input_labels_placeholders: string;

0 commit comments

Comments
 (0)