From 92674641aced5801942d5e55ac6dddf193e598db Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 17 Jan 2018 15:45:45 +0000 Subject: [PATCH] =?UTF-8?q?Tell=20people=20they=20can=20close=20tab=20once?= =?UTF-8?q?=20email=20auth=E2=80=99d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We’ve seen people come back to this page once signed in and be confused what it’s for and how they get back to Notify. The best way to avoid confusion is (we think) getting people to close this tab. --- app/templates/views/two-factor-email.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/templates/views/two-factor-email.html b/app/templates/views/two-factor-email.html index 0d6278534..e547973d9 100644 --- a/app/templates/views/two-factor-email.html +++ b/app/templates/views/two-factor-email.html @@ -10,7 +10,8 @@

{{ title }}

-

We’ve sent you an email with your login link

+

We’ve emailed you a link to sign in to Notify.

+

Clicking the link will open Notify in a new browser window, so you can close this one.

{{ page_footer( secondary_link=url_for('main.email_not_received'), secondary_link_text='Not received an email?' @@ -18,4 +19,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %}