mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 15:02:05 -03:30
fix typo in authentication flows descriptions
Closes #45066 Signed-off-by: Bailey Lissington <54869395+llamington@users.noreply.github.com>
This commit is contained in:
parent
658faf210f
commit
b1536cf523
@ -602,7 +602,7 @@ public class DefaultAuthenticationFlows {
|
|||||||
accountVerificationOptions.setTopLevel(false);
|
accountVerificationOptions.setTopLevel(false);
|
||||||
accountVerificationOptions.setBuiltIn(true);
|
accountVerificationOptions.setBuiltIn(true);
|
||||||
accountVerificationOptions.setAlias("Account verification options");
|
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.setProviderId("basic-flow");
|
||||||
accountVerificationOptions = realm.addAuthenticationFlow(accountVerificationOptions);
|
accountVerificationOptions = realm.addAuthenticationFlow(accountVerificationOptions);
|
||||||
execution = new AuthenticationExecutionModel();
|
execution = new AuthenticationExecutionModel();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user