Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(631)

Unified Diff: ui/login/display_manager.js

Issue 2049103002: Fix SAML single-password scrapping authenticating with an empty password (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/gaia_auth_host/authenticator.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/display_manager.js
diff --git a/ui/login/display_manager.js b/ui/login/display_manager.js
index e0d6f92fb8b2fcce713583073dee2d80f5e1824f..8330ed1384072098d1b65c48368ad1fe6b859fd8 100644
--- a/ui/login/display_manager.js
+++ b/ui/login/display_manager.js
@@ -1018,7 +1018,6 @@ cr.define('cr.ui.login', function() {
* @param {string} assetId The device asset ID.
*/
DisplayManager.setEnterpriseInfo = function(messageText, assetId) {
- $('offline-gaia').enterpriseInfo = messageText;
$('asset-id').textContent = ((assetId == "") ? "" :
loadTimeData.getStringF('assetIdLabel', assetId));
};
« no previous file with comments | « chrome/browser/resources/gaia_auth_host/authenticator.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698