Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/3.19' into 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
JRMaitre committed Feb 2, 2015
2 parents 5da7e78 + 393fc6e commit 813009b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/auth/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ define(function(require){

self.getWhitelabel(function(data) {
// Merge the whitelabel info to replace the hardcoded info
if(data && data.hasOwnProperty('company_name')) {
data.companyName = data.company_name;
}
monster.config.whitelabel = $.extend(true, {}, monster.config.whitelabel, data);

if(!$.cookie('monster-auth')) {
Expand Down

0 comments on commit 813009b

Please sign in to comment.