Skip to content

Commit

Permalink
fix make captcha_widget_theme non-mandatory field in colors prope…
Browse files Browse the repository at this point in the history
…rty within `themes` schema (#911)
  • Loading branch information
developerkunal committed Jun 24, 2024
1 parent fbdf7a6 commit dbf4238
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tools/auth0/handlers/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ export const schema = {
'success',
'widget_background',
'widget_border',
'captcha_widget_theme'
],
type: 'object',
},
Expand Down Expand Up @@ -526,7 +525,7 @@ export interface Colors {
links_focused_components: string;
header: string;
body_text: string;
captcha_widget_theme:string;
captcha_widget_theme: string;
widget_background: string;
widget_border: string;
input_labels_placeholders: string;
Expand Down

0 comments on commit dbf4238

Please sign in to comment.