Skip to content

Commit

Permalink
Merge pull request #17 from tasi788/master
Browse files Browse the repository at this point in the history
fix verify captcha template typo
  • Loading branch information
sduoduo233 authored Mar 14, 2024
2 parents c03cd2c + 4bbb82b commit 3a4dbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/html/verify_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h1>{{ tr "email_verification"}}</h1>

{{template "csrf" .csrf_token}}

{{template "hcaptcha" .}}
{{template "captcha" .}}

<button class="btn btn-outline-primary">{{tr "send_verification_email_to"}} {{.user.Email}}</button>
<p><a href="/dashboard/account">{{tr "click_to_change_email"}}</a></p>
Expand Down

0 comments on commit 3a4dbe8

Please sign in to comment.