Add LOGIN_WEBAUTHN as possible initial login page for locale bean
Closes #33336 Signed-off-by: rmartinc <rmartinc@redhat.com>
This commit is contained in:
parent
b5e282648f
commit
8bbae59b60
1 changed files with 1 additions and 0 deletions
|
@ -498,6 +498,7 @@ public class FreeMarkerLoginFormsProvider implements LoginFormsProvider {
|
|||
switch (page) {
|
||||
case LOGIN:
|
||||
case LOGIN_USERNAME:
|
||||
case LOGIN_WEBAUTHN:
|
||||
case X509_CONFIRM:
|
||||
b = UriBuilder.fromUri(Urls.realmLoginPage(baseUri, realm.getName()));
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue