Skip to content

Commit

Permalink
chore(pre-commit): autofix run
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 8, 2024
1 parent a654e76 commit 455df46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benefits/core/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
logger.debug(f"Register {model.__name__}")
admin.site.register(model)


def pre_login_user(user, request):
logger.debug(f"Running pre-login callback for user: {user.username}")
token = request.session.get("google_sso_access_token")
Expand Down

0 comments on commit 455df46

Please sign in to comment.