diff options
Diffstat (limited to 'templates/user/auth/two_factor.tmpl')
-rw-r--r-- | templates/user/auth/two_factor.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/two_factor.tmpl b/templates/user/auth/two_factor.tmpl index bbe12abf..b445c778 100644 --- a/templates/user/auth/two_factor.tmpl +++ b/templates/user/auth/two_factor.tmpl @@ -3,7 +3,7 @@ <div class="ui middle very relaxed page grid"> <div class="column"> <form class="ui form" action="{{.Link}}" method="post"> - {{.CsrfTokenHtml}} + {{.CSRFTokenHTML}} <h3 class="ui top attached center header"> {{.i18n.Tr "auth.login_two_factor"}} </h3> |