<#import "template.ftl" as layout> <#import "components/atoms/button.ftl" as button> <#import "components/atoms/button-group.ftl" as buttonGroup> <@layout.registrationLayout script="dist/webAuthnRegister.js"; section> <#if section="title"> title <#elseif section="header"> ${kcSanitize(msg("webauthn-registration-title"))?no_esc} <#elseif section="form">
<@buttonGroup.kw> <@button.kw @click="registerSecurityKey" color="primary" type="submit"> ${msg("doRegister")} <#if !isSetRetry?has_content && isAppInitiatedAction?has_content>
<@button.kw color="secondary" name="cancel-aia" type="submit" value="true"> ${msg("doCancel")}