From d2275cba9b66e84c60471fa7999e0b9e78ccb774 Mon Sep 17 00:00:00 2001 From: Shane Tomlinson <stomlinson@mozilla.com> Date: Tue, 24 Jan 2012 16:11:21 +0000 Subject: [PATCH] Print the correct URL for where the user is being redirected to. issue #964 Conflicts: resources/static/dialog/views/verify_primary_user.ejs --- resources/static/dialog/views/verify_primary_user.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/static/dialog/views/verify_primary_user.ejs b/resources/static/dialog/views/verify_primary_user.ejs index e413fb5c4..bd0e4e392 100644 --- a/resources/static/dialog/views/verify_primary_user.ejs +++ b/resources/static/dialog/views/verify_primary_user.ejs @@ -19,7 +19,7 @@ <%= gettext("To verify that you own this address, you must sign in with your provider. This window will be redirected to") %> <p> - <strong></strong>. + <strong><%= auth_url %></strong>. </p> </li> </ul> -- GitLab