From 240077ef7e91afb8cc89866c06fa2ca39d6a0c03 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Mon, 7 Jan 2013 16:05:19 -0500 Subject: Bug 820183 - BrowserID extension should allow custom configuration of browserid hostnames to use for verification r=glob --- .../en/default/hook/account/auth/login-additional_methods.html.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'extensions/BrowserID/template/en/default/hook/account/auth/login-additional_methods.html.tmpl') diff --git a/extensions/BrowserID/template/en/default/hook/account/auth/login-additional_methods.html.tmpl b/extensions/BrowserID/template/en/default/hook/account/auth/login-additional_methods.html.tmpl index 3a0ecb1cc..57f7da8ce 100644 --- a/extensions/BrowserID/template/en/default/hook/account/auth/login-additional_methods.html.tmpl +++ b/extensions/BrowserID/template/en/default/hook/account/auth/login-additional_methods.html.tmpl @@ -1,9 +1,10 @@ -[% IF Param('user_info_class').split(',').contains('BrowserID') %] +[% IF Param('user_info_class').split(',').contains('BrowserID') + && Param('browserid_includejs_url') %] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] - +