<#-- App-initiated actions should not see warning messages about the need to complete the action -->
<#-- during login. -->
<#if displayMessage && message?has_content && (message.type != 'warning' || !isAppInitiatedAction??)>
<#if message.type = 'success'>#if>
<#if message.type = 'warning'>#if>
<#if message.type = 'error'>#if>
<#if message.type = 'info'>#if>
${kcSanitize(message.summary)?no_esc}
#if>
<#nested "form">
<#if auth?has_content && auth.showTryAnotherWayLink() && showAnotherWayIfPresent>
#if>
<#if displayInfo>
#if>