fix typo in authentication flows descriptions

Closes #45066

Signed-off-by: Bailey Lissington <54869395+llamington@users.noreply.github.com>
This commit is contained in:
Bailey Lissington 2025-12-24 02:40:33 +13:00 committed by GitHub
parent 658faf210f
commit b1536cf523
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -602,7 +602,7 @@ public class DefaultAuthenticationFlows {
accountVerificationOptions.setTopLevel(false);
accountVerificationOptions.setBuiltIn(true);
accountVerificationOptions.setAlias("Account verification options");
accountVerificationOptions.setDescription("Method with which to verity the existing account");
accountVerificationOptions.setDescription("Method with which to verify the existing account");
accountVerificationOptions.setProviderId("basic-flow");
accountVerificationOptions = realm.addAuthenticationFlow(accountVerificationOptions);
execution = new AuthenticationExecutionModel();