We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b6428 commit 5b5ac96Copy full SHA for 5b5ac96
theme/keywind/login/logout-confirm.ftl
@@ -9,7 +9,7 @@
9
<p>${msg("logoutConfirmHeader")}</p>
10
<form action="${url.logoutConfirmAction}" class="m-0 space-y-4" method="post">
11
<input name="session_code" type="hidden" value="${logoutConfirm.code}">
12
- <@buttonPrimary.kw type="submit">
+ <@buttonPrimary.kw name="confirmLogout" type="submit" value="${msg('doLogout')}">
13
${msg("doLogout")}
14
</@buttonPrimary.kw>
15
</form>
0 commit comments