From e86c3bdbca915d7485cc960c5a637ded127b956e Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Tue, 19 Nov 2024 10:34:33 -0800 Subject: [PATCH] Fix typo in 2.37.0 release notes --- doc/release_notes/2.37.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release_notes/2.37.0.txt b/doc/release_notes/2.37.0.txt index b37db102..dbe7e3a0 100644 --- a/doc/release_notes/2.37.0.txt +++ b/doc/release_notes/2.37.0.txt @@ -40,7 +40,7 @@ UI on the login page, while still keeping other parts of the webauthn_autofill feature. -* A login_confirmation_matches? configuration matches has been added, +* A login_confirmation_matches? configuration method has been added, allowing you to customize the confirmation comparison, so you can continue to use a case-sensitive comparison if you would like (the comparison is now case-insensitive by default, see below).