# HG changeset patch # User bsw # Date 1632122577 -7200 # Node ID 61ed6a12c6b82fc3514842822d3979d4003cf3b4 # Parent b155969acc6c0e33574428956af361d160c6cd08 Do not show label for hidden field diff -r b155969acc6c -r 61ed6a12c6b8 app/main/index/confirm_notify_email.lua --- a/app/main/index/confirm_notify_email.lua Mon Sep 20 09:22:27 2021 +0200 +++ b/app/main/index/confirm_notify_email.lua Mon Sep 20 09:22:57 2021 +0200 @@ -22,7 +22,6 @@ local secret = param.get("secret") if secret then ui.field.hidden{ - label = _"Confirmation code", name = "secret", value = secret }