We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa37fe3 commit e438cdfCopy full SHA for e438cdf
supertokens_python/recipe/emailverification/recipe.py
@@ -454,7 +454,7 @@ class EmailVerificationClaimValidators(BooleanClaimValidators):
454
def is_verified(
455
self,
456
refetch_time_on_false_in_seconds: int = 10,
457
- max_age_in_seconds: Optional[int] = None, # FIXME:
+ max_age_in_seconds: Optional[int] = None,
458
id_: Optional[str] = None,
459
) -> SessionClaimValidator:
460
max_age_in_seconds = max_age_in_seconds or self.default_max_age_in_sec
0 commit comments