Fix error in ftl templat

This commit is contained in:
Joseph Garrone 2024-05-14 05:05:18 +02:00
parent 11b2c6651d
commit 9bcfa58ec0

View File

@ -453,7 +453,7 @@
<#if are_same_path(path, ["url", "getLogoutUrl"])>
<#local returnValue = "">
<#attempt>
<#local returnValue = auth.getLogoutUrl()>
<#local returnValue = url.getLogoutUrl()>
<#recover>
<#return "ABORT: Couldn't evaluate url.getLogoutUrl()">
</#attempt>