From 34887f8abe0303b4cb3d526254267b5b4c475849 Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Tue, 12 Sep 2023 17:37:54 +0530 Subject: [PATCH] adding dev-v0.16.0 tag to this commit to ensure building --- html/supertokens_python/recipe/session/session_class.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/supertokens_python/recipe/session/session_class.html b/html/supertokens_python/recipe/session/session_class.html index da1bba429..653615bf2 100644 --- a/html/supertokens_python/recipe/session/session_class.html +++ b/html/supertokens_python/recipe/session/session_class.html @@ -235,7 +235,7 @@

Module supertokens_python.recipe.session.session_classClasses

for k in protected_props: try: del validate_claim_res.access_token_payload_update[k] - except ValueError: + except KeyError: pass await self.merge_into_access_token_payload( validate_claim_res.access_token_payload_update, user_context @@ -697,7 +697,7 @@

Methods

for k in protected_props: try: del validate_claim_res.access_token_payload_update[k] - except ValueError: + except KeyError: pass await self.merge_into_access_token_payload( validate_claim_res.access_token_payload_update, user_context