Skip to content

Commit

Permalink
Fix oauth_whitelists in BaseSecurityManager (#21308)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcunningham committed Feb 3, 2022
1 parent baf50cd commit 5b908ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/www/fab_security/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class BaseSecurityManager:
""" Flask-OAuth """
oauth_remotes: Dict[str, Any]
""" OAuth email whitelists """
oauth_whitelists: Dict[str, List]
oauth_whitelists: Dict[str, List] = {}
""" Initialized (remote_app) providers dict {'provider_name', OBJ } """

@staticmethod
Expand Down

0 comments on commit 5b908ec

Please sign in to comment.