Skip to content

Commit

Permalink
fixed tg login auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ychebyshev committed Mar 1, 2024
1 parent 3ee844b commit b5046ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shvatka/api/routes/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async def login(

@inject
async def tg_login_result(
user: Annotated[UserTgAuth, Depends()],
user: Annotated[UserTgAuth, fDepends()],
dao: Annotated[HolderDao, Depends()],
auth_properties: Annotated[AuthProperties, Depends()],
config: Annotated[AuthConfig, Depends()],
Expand Down

0 comments on commit b5046ef

Please sign in to comment.