From fb6e67a280affee2a3aa0dca8e0d739aab971708 Mon Sep 17 00:00:00 2001 From: Aman Agarwal Date: Fri, 13 Dec 2024 04:25:28 +0530 Subject: [PATCH] fix(email_verification): change log updated --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 077d81e..b0b0d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +- Added a debounced mechanism in should refresh email verification to limit verification call to once per second. + ## [0.14.0] - 2024-10-07 - Added the OAuth2Provider recipe