Skip to content

Commit 027c07c

Browse files
committed
Fix
1 parent a80b26c commit 027c07c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/security/authentication/oidc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,15 +257,15 @@ code:
257257
.. literalinclude:: /includes/authentication/azure-envs-mongoclient.py
258258
:language: python
259259
:copyable: true
260-
:emphasize-lines: 14-18
260+
:start-after: properties = {"OIDC_CALLBACK": MyCallback()}
261261

262262
.. tab:: Asynchronous
263263
:tabid: async
264264

265265
.. literalinclude:: /includes/authentication/azure-envs-mongoclient-async.py
266266
:language: python
267267
:copyable: true
268-
:emphasize-lines: 14-18
268+
:start-after: properties = {"OIDC_CALLBACK": MyCallback()}
269269

270270
.. _pymongo-mongodb-oidc-gcp-gke:
271271

0 commit comments

Comments
 (0)