Skip to content

Commit e438cdf

Browse files
committed
feat: remove commet
1 parent aa37fe3 commit e438cdf

File tree

1 file changed

+1
-1
lines changed
  • supertokens_python/recipe/emailverification

1 file changed

+1
-1
lines changed

supertokens_python/recipe/emailverification/recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ class EmailVerificationClaimValidators(BooleanClaimValidators):
454454
def is_verified(
455455
self,
456456
refetch_time_on_false_in_seconds: int = 10,
457-
max_age_in_seconds: Optional[int] = None, # FIXME:
457+
max_age_in_seconds: Optional[int] = None,
458458
id_: Optional[str] = None,
459459
) -> SessionClaimValidator:
460460
max_age_in_seconds = max_age_in_seconds or self.default_max_age_in_sec

0 commit comments

Comments
 (0)