Skip to content

Commit

Permalink
fixes a small issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Oct 7, 2024
1 parent 75ec737 commit 0708bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supertokens_python/recipe/emailverification/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ async def update_session_if_required_post_email_verification(
await revoke_all_sessions_for_user(
recipe_user_id_whose_email_got_verified.get_as_string(),
False,
session.get_tenant_id(),
None,
user_context,
)

Expand Down

0 comments on commit 0708bc4

Please sign in to comment.