From 49ecfed7628e06fd0a6920533aeaa66678c3b964 Mon Sep 17 00:00:00 2001 From: github actions Date: Wed, 20 Mar 2024 21:29:12 +0000 Subject: [PATCH] v2.66.2 changelog update --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b096c5a2d1..74ace5782a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v2.66.2 - 2024-03-20 + +[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.66.1...v2.66.2) + +- [#2209](https://github.com/ORCID/orcid-angular/pull/2209): fix: Add validators to 2FA until users click `Authenticate` button +- [#2208](https://github.com/ORCID/orcid-angular/pull/2208): style: Force padding since is not working IOS tablet devices + +### Fix + +- Enable validators again if codes were incorrect +- Add validators to 2FA until users click `Authenticate` button + ## v2.66.1 - 2024-03-19 [Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.66.0...v2.66.1)