You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
FTL stack trace ("~" means nesting-related):
- Failed at: #list totp.supportedApplications as app [in template " If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
FTL stack trace ("~" means nesting-related):
- Failed at: #list totp.supportedApplications as app [in template "login-config-totp.ftl" at line 26, column 11]
~ Reached through: #nested "form" [in template "template.ftl" in macro "registrationLayout" at line 45, column 5]
~ Reached through: @layout.registrationLayout displayMes... [in template "login-config-totp.ftl" at line 13, column " at line 26, column 11]
~ Reached through: #nested "form" [in template "template.ftl" in macro "registrationLayout" at line 45, column 5]
~ Reached through: @layout.registrationLayout displayMes... [in template "login-config-totp.ftl" at line 13, column
The text was updated successfully, but these errors were encountered:
If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
FTL stack trace ("~" means nesting-related):
- Failed at: #list totp.supportedApplications as app [in template " If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
FTL stack trace ("~" means nesting-related):
- Failed at: #list totp.supportedApplications as app [in template "login-config-totp.ftl" at line 26, column 11]
~ Reached through: #nested "form" [in template "template.ftl" in macro "registrationLayout" at line 45, column 5]
~ Reached through: @layout.registrationLayout displayMes... [in template "login-config-totp.ftl" at line 13, column " at line 26, column 11]
~ Reached through: #nested "form" [in template "template.ftl" in macro "registrationLayout" at line 45, column 5]
~ Reached through: @layout.registrationLayout displayMes... [in template "login-config-totp.ftl" at line 13, column
The text was updated successfully, but these errors were encountered: