Skip to content

Commit

Permalink
Test revision
Browse files Browse the repository at this point in the history
  • Loading branch information
na-stewart committed Nov 22, 2024
1 parent b476fd6 commit c1bdc58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ async def on_two_factor_authentication(request):
"Authentication session second-factor fulfilled! You are now authenticated.",
authentication_session.json,
)
authentication_session.encode(response)
return response
```
Expand Down
1 change: 0 additions & 1 deletion sanic_security/test/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ async def on_two_factor_authentication(request):
"Authentication session second-factor fulfilled! You are now authenticated.",
authentication_session.bearer.json,
)
authentication_session.encode(response)
return response


Expand Down

0 comments on commit c1bdc58

Please sign in to comment.