Skip to content

Commit e761ebc

Browse files
CarlSchwann2ygk
andauthored
Fix broken import in doc (#1121)
* Fix broken import in doc * Add Carl Schwan to AUTHORS Co-authored-by: Alan Crosswell <[email protected]>
1 parent 5531cb9 commit e761ebc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Asif Saif Uddin
2222
Bart Merenda
2323
Bas van Oostveen
2424
Brian Helba
25+
Carl Schwan
2526
Dave Burkholder
2627
David Fischer
2728
David Smith

docs/oidc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Now we need to add this key to our settings and allow the ``openid`` scope to
8080
be used. Assuming we have set an environment variable called
8181
``OIDC_RSA_PRIVATE_KEY``, we can make changes to our ``settings.py``::
8282

83-
import os.environ
83+
import os
8484

8585
OAUTH2_PROVIDER = {
8686
"OIDC_ENABLED": True,

0 commit comments

Comments
 (0)