Skip to content

Commit

Permalink
Merge pull request #34 from djpugh/feature/extensible-templates
Browse files Browse the repository at this point in the history
Fixing lint
  • Loading branch information
djpugh authored Dec 14, 2020
2 parents a6bd331 + 13e035e commit a66829d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fastapi_aad_auth/ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def __init__(self, config: 'config.Config', authenticator: 'auth.Authenticator',

def _login(self, request: Request, *args, **kwargs):
"""Provide the Login UI."""

context = self._base_context.copy()
context.update(kwargs) # type: ignore
if 'app_name' not in context:
Expand Down

0 comments on commit a66829d

Please sign in to comment.