Skip to content

Commit

Permalink
reverted prompt types
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Jul 30, 2024
1 parent d4c0e09 commit 149654f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/auth0/handlers/prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ export const schema = {
...acc,
[language]: {
type: 'object',
properties: promptTypes.reduce((acc, customPartialsPromptTypes) => ({
properties: promptTypes.reduce((acc, promptTypes) => ({
...acc,
[customPartialsPromptTypes]: {
[promptTypes]: {
type: 'object',
properties: screenTypes.reduce((acc, screenTypes) => ({
...acc,
Expand Down

0 comments on commit 149654f

Please sign in to comment.