Skip to content

Commit

Permalink
Update example of auth0_prompt_screen_renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya18101 committed Jan 20, 2025
1 parent ed23c52 commit b3fdc2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/resources/prompt_screen_renderer.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ resource "auth0_prompt_screen_renderer" "prompt_screen_renderer" {
"untrusted_data.authorization_params.login_hint",
"untrusted_data.authorization_params.screen_hint",
"untrusted_data.authorization_params.ui_locales",
"untrusted_data.authorization_params.ext-.key",
"transaction.connection.metadata.key"
"untrusted_data.authorization_params.ext-key",
]
head_tags = jsonencode([
{
Expand Down
3 changes: 1 addition & 2 deletions examples/resources/auth0_prompt_screen_renderer/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ resource "auth0_prompt_screen_renderer" "prompt_screen_renderer" {
"untrusted_data.authorization_params.login_hint",
"untrusted_data.authorization_params.screen_hint",
"untrusted_data.authorization_params.ui_locales",
"untrusted_data.authorization_params.ext-.key",
"transaction.connection.metadata.key"
"untrusted_data.authorization_params.ext-key",
]
head_tags = jsonencode([
{
Expand Down

0 comments on commit b3fdc2e

Please sign in to comment.