mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Do not verify email when updated email address did not change
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<p>
|
||||
Do not use your own email address for replies.
|
||||
</p>
|
||||
{% if replace %}
|
||||
{% if replace and replace != "False" %}
|
||||
{% set form_url = url_for('.service_edit_email_reply_to', service_id=service_id, reply_to_email_id=replace) %}
|
||||
{% else %}
|
||||
{% set form_url = url_for('.service_add_email_reply_to', service_id=service_id) %}
|
||||
|
||||
Reference in New Issue
Block a user