From ce2446cd74bedc0670855a03d0fa4bf065a1907f Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Wed, 17 Apr 2024 14:07:37 +0800 Subject: [PATCH] chore: add some punctuation to changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81cf9a9c6..605b7289e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,9 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `onFailureRedirection` is no longer allowed to return relative paths. - We now throw an error if `onFailureRedirection` returns the current URL or path when: - - redirecting away from the auth page (`websiteBasePath`, usually `/auth`) when a session already exists - - redirecting after sign in/up - - redirecting after successful email verification + - redirecting away from the auth page (`websiteBasePath`, usually `/auth`) when a session already exists, + - redirecting after sign in/up, + - redirecting after successful email verification, - redirecting after a successful MFA factor completion ### Changes