website/integrations: fix missing closing brace for semaphore (#14467)
Update index.mdx Added missing closing bracket Signed-off-by: ericgu08 <79233593+ericgu08@users.noreply.github.com>
This commit is contained in:
		@ -61,6 +61,7 @@ Add the `oidc_providers` configuration:
 | 
			
		||||
      "name_claim": "name",
 | 
			
		||||
      "email_claim": "email",
 | 
			
		||||
      "scopes": ["openid", "profile", "email"]
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  ...
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user