<#import "template.ftl" as layout> <#import "components/atoms/button.ftl" as button> <#import "components/atoms/button-group.ftl" as buttonGroup> <@layout.registrationLayout displayMessage=true; section> <#if section="header"> ${kcSanitize(msg("webauthn-error-title"))?no_esc} <#elseif section="form">
<@buttonGroup.kw> <@button.kw @click="$refs.executionValueInput.value = '${execution}'; $refs.isSetRetryInput.value = 'retry'; $refs.errorCredentialForm.submit()" color="primary" name="try-again" tabindex="4" type="button" > ${kcSanitize(msg("doTryAgain"))?no_esc} <#if isAppInitiatedAction??>
<@button.kw color="secondary" name="cancel-aia" type="submit" value="true"> ${msg("doCancel")}