Skip to content

Commit 5b5ac96

Browse files
committedOct 2, 2022
fix: update logout confirm page (lukin#21)
1 parent 22b6428 commit 5b5ac96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎theme/keywind/login/logout-confirm.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<p>${msg("logoutConfirmHeader")}</p>
1010
<form action="${url.logoutConfirmAction}" class="m-0 space-y-4" method="post">
1111
<input name="session_code" type="hidden" value="${logoutConfirm.code}">
12-
<@buttonPrimary.kw type="submit">
12+
<@buttonPrimary.kw name="confirmLogout" type="submit" value="${msg('doLogout')}">
1313
${msg("doLogout")}
1414
</@buttonPrimary.kw>
1515
</form>

0 commit comments

Comments
 (0)
Please sign in to comment.