Commit 6997d1b4 by Saleem Latif

updates

parent fc0edb56
...@@ -71,7 +71,6 @@ ...@@ -71,7 +71,6 @@
}; };
this.platformName = options.platform_name; this.platformName = options.platform_name;
this.enterpriseName = options.enterprise_name;
this.supportURL = options.support_link; this.supportURL = options.support_link;
this.passwordResetSupportUrl = options.password_reset_support_link; this.passwordResetSupportUrl = options.password_reset_support_link;
this.createAccountOption = options.account_creation_allowed; this.createAccountOption = options.account_creation_allowed;
...@@ -173,7 +172,6 @@ ...@@ -173,7 +172,6 @@
model: model, model: model,
thirdPartyAuth: this.thirdPartyAuth, thirdPartyAuth: this.thirdPartyAuth,
platformName: this.platformName, platformName: this.platformName,
enterpriseName: this.enterpriseName,
hideAuthWarnings: this.hideAuthWarnings hideAuthWarnings: this.hideAuthWarnings
}); });
......
...@@ -56,7 +56,6 @@ ...@@ -56,7 +56,6 @@
); );
this.currentProvider = data.thirdPartyAuth.currentProvider || ''; this.currentProvider = data.thirdPartyAuth.currentProvider || '';
this.hideSignInLink = data.thirdPartyAuth.hideSignInLink || false; this.hideSignInLink = data.thirdPartyAuth.hideSignInLink || false;
this.enterpriseName = data.enterpriseName || '';
this.errorMessage = data.thirdPartyAuth.errorMessage || ''; this.errorMessage = data.thirdPartyAuth.errorMessage || '';
this.platformName = data.platformName; this.platformName = data.platformName;
this.autoSubmit = data.thirdPartyAuth.autoSubmitRegForm; this.autoSubmit = data.thirdPartyAuth.autoSubmitRegForm;
...@@ -144,7 +143,6 @@ ...@@ -144,7 +143,6 @@
fields: fields, fields: fields,
currentProvider: this.currentProvider, currentProvider: this.currentProvider,
hideSignInLink: this.hideSignInLink, hideSignInLink: this.hideSignInLink,
enterpriseName: this.enterpriseName,
providers: this.providers, providers: this.providers,
hasSecondaryProviders: this.hasSecondaryProviders, hasSecondaryProviders: this.hasSecondaryProviders,
platformName: this.platformName, platformName: this.platformName,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment