Skip to content

Commit

Permalink
Merge pull request #38 from djpugh/fix/typo
Browse files Browse the repository at this point in the history
Fixing typo
  • Loading branch information
djpugh authored Dec 15, 2020
2 parents 5e7989d + 53d8e2b commit fc9c3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fastapi_aad_auth/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(self, config: Config = None, add_to_base_routes: bool = True, base_
self._session_validator = self._init_session_validator()
self._providers = self._init_providers()
self.auth_backend = self._init_auth_backend()
self._ui
self._ui = None
self._ui_routes = self._init_ui()
self._auth_routes = self._init_auth_routes()

Expand Down

0 comments on commit fc9c3de

Please sign in to comment.