Skip to content

Commit

Permalink
chore(saas): remove verify button from email for new saas flow
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Nov 21, 2024
1 parent 5eeb975 commit 410d7c6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions press/templates/emails/product_trial_verify_account.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@
{{ header_content }}
{% endautoescape %}
{% endif %}
{% if otp %}
<p class="font-medium">Verification Code</p>
<div class="text-xl font-bold">{{ otp }}</div>
<p>Or click on the button to verify your account</p>
{% else %}
<p>Click on the button to verify your account</p>
{% endif %}
{{ utils.button('Verify Account', link, true) }}
{{ utils.separator() }}
<p class="my-0">Team Frappe</p>
</div>
Expand Down

0 comments on commit 410d7c6

Please sign in to comment.