Skip to content

Commit 6415fc6

Browse files
developerkunalkushalshit27
authored andcommitted
Add support for captcha_widget_theme property in colors within themes schema (#906)
* feat(auth0-deploy-cli): add captcha_widget_theme property to colors object * fix linting * added testcase
1 parent 1c35bd9 commit 6415fc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/auth0/handlers/themes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ export const schema = {
295295
'success',
296296
'widget_background',
297297
'widget_border',
298+
'captcha_widget_theme'
298299
],
299300
type: 'object',
300301
},

0 commit comments

Comments
 (0)