All Downloads are FREE. Search and download functionalities are using the official Maven repository.

theme.base.login.code.ftl Maven / Gradle / Ivy

There is a newer version: 25.0.2
Show newest version
<#import "template.ftl" as layout>
<@layout.registrationLayout; section>
    <#if section = "header">
        <#if code.success>
            ${msg("codeSuccessTitle")}
        <#else>
            ${msg("codeErrorTitle", code.error)}
        
    <#elseif section = "form">
        
<#if code.success>

${msg("copyCodeInstruction")}

<#else>

${code.error}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy