Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #323 from FIRST-Tech-Challenge/2024.05.07-flask-oidc
Browse files Browse the repository at this point in the history
Fix reference to flask_oidc
  • Loading branch information
cmacfarl authored May 7, 2024
2 parents e837cfa + d05abbb commit c8c69f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app_engine/oidc.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import json

# Other Modules
from flask_oidc_ext import OpenIDConnect
from flask_oidc import OpenIDConnect
from sqlitedict import SqliteDict

# My Modules
Expand Down

0 comments on commit c8c69f9

Please sign in to comment.