Skip to content

Commit dc8b4bd

Browse files
Add missing closing CodeGroup tag to oauth example
1 parent d3e2f29 commit dc8b4bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/data/markdown/docs/05 Examples/01 Examples/03 oauth-authentication.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ export function authenticateUsingAzure(tenantId, clientId, clientSecret, scope,
5959
}
6060
```
6161

62+
</CodeGroup>
63+
6264
### Azure B2C
6365

6466
The following example shows how you can authenticate with Azure B2C using the [Client Credentials Flow](https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-reference-oauth-code#client-credentials-flow).

0 commit comments

Comments
 (0)