Skip to content

Commit b86cdfd

Browse files
committed
Fix
1 parent 027c07c commit b86cdfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/security/authentication/oidc.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -317,15 +317,15 @@ code:
317317
.. literalinclude:: /includes/authentication/gcp-gke-mongoclient.py
318318
:language: python
319319
:copyable: true
320-
:emphasize-lines: 11-15
320+
:start-after: properties = {"OIDC_CALLBACK": MyCallback()}
321321

322322
.. tab:: Asynchronous
323323
:tabid: async
324324

325325
.. literalinclude:: /includes/authentication/gcp-gke-mongoclient-async.py
326326
:language: python
327327
:copyable: true
328-
:emphasize-lines: 11-15
328+
:start-after: properties = {"OIDC_CALLBACK": MyCallback()}
329329

330330
.. _pymongo-mongodb-oidc-kubernetes:
331331

0 commit comments

Comments
 (0)