Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 5, 2024
1 parent f33a4cd commit c1d414c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diracx-routers/src/diracx/routers/auth/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def decrypt_state(state: str, cipher_suite: Fernet) -> dict[str, str]:
status_code=status.HTTP_400_BAD_REQUEST, detail="Invalid state"
) from e


async def verify_dirac_refresh_token(
refresh_token: str,
settings: AuthSettings,
Expand Down

0 comments on commit c1d414c

Please sign in to comment.