diff --git a/app/main/views/two_factor.py b/app/main/views/two_factor.py index 231859e47..b2d9ae004 100644 --- a/app/main/views/two_factor.py +++ b/app/main/views/two_factor.py @@ -52,7 +52,7 @@ def two_factor_email(token): token, current_app.config['SECRET_KEY'], current_app.config['DANGEROUS_SALT'], - current_app.config['EMAIL_2FA_EXPIRY_SECONDS'] + current_app.config['EMAIL_EXPIRY_SECONDS'] )) except SignatureExpired: return render_template('views/email-link-invalid.html', redirect_url=redirect_url) diff --git a/app/templates/views/email-link-interstitial.html b/app/templates/views/email-link-interstitial.html index a0b41c965..1bf2f1a67 100644 --- a/app/templates/views/email-link-interstitial.html +++ b/app/templates/views/email-link-interstitial.html @@ -3,23 +3,19 @@ {% from "components/page-footer.html" import page_footer %} {% block per_page_title %} - Sign in + Click below to complete email re-verification and finish signing in. {% endblock %} {% block maincolumn_content %} -