Skip to content
Snippets Groups Projects
Commit 1827f762 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Calling BrowserIDIdentities.getStoredIdentities instead of BrowserIDStorage.getEmails

parent fa5e86e4
No related branches found
No related tags found
No related merge requests found
/*jshint browser:true, jQuery: true, forin: true, laxbreak:true */
/*global BrowserIDIdentities: true, BrowserIDStorage: true, BrowserIDNetwork: true, BrowserIDWait:true, BrowserIDErrors: true, PageController: true */
/*global BrowserIDIdentities: true, BrowserIDNetwork: true, BrowserIDWait:true, BrowserIDErrors: true, PageController: true */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
......@@ -43,7 +43,7 @@
bodyTemplate: "addemail.ejs",
bodyVars: {
sitename: BrowserIDNetwork.origin,
identities: BrowserIDStorage.getEmails()
identities: BrowserIDIdentities.getStoredIdentities()
},
footerTemplate: "bottom-addemail.ejs",
footerVars: {}
......
/*jshint browser:true, jQuery: true, forin: true, laxbreak:true */
/*global BrowserIDStorage: true, BrowserIDNetwork: true, BrowserIDWait:true, BrowserIDErrors: true, PageController: true */
/*global BrowserIDNetwork: true, BrowserIDWait:true, BrowserIDErrors: true, PageController: true */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
......@@ -43,7 +43,7 @@
bodyTemplate: "signin.ejs",
bodyVars: {
sitename: BrowserIDNetwork.origin,
identities: BrowserIDStorage.getEmails()
identities: BrowserIDIdentities.getStoredIdentities()
},
footerTemplate: "bottom-pickemail.ejs",
footerVars: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment