Commit 6997d1b4 by Saleem Latif

updates

parent fc0edb56
......@@ -71,7 +71,6 @@
};
this.platformName = options.platform_name;
this.enterpriseName = options.enterprise_name;
this.supportURL = options.support_link;
this.passwordResetSupportUrl = options.password_reset_support_link;
this.createAccountOption = options.account_creation_allowed;
......@@ -173,7 +172,6 @@
model: model,
thirdPartyAuth: this.thirdPartyAuth,
platformName: this.platformName,
enterpriseName: this.enterpriseName,
hideAuthWarnings: this.hideAuthWarnings
});
......
......@@ -56,7 +56,6 @@
);
this.currentProvider = data.thirdPartyAuth.currentProvider || '';
this.hideSignInLink = data.thirdPartyAuth.hideSignInLink || false;
this.enterpriseName = data.enterpriseName || '';
this.errorMessage = data.thirdPartyAuth.errorMessage || '';
this.platformName = data.platformName;
this.autoSubmit = data.thirdPartyAuth.autoSubmitRegForm;
......@@ -144,7 +143,6 @@
fields: fields,
currentProvider: this.currentProvider,
hideSignInLink: this.hideSignInLink,
enterpriseName: this.enterpriseName,
providers: this.providers,
hasSecondaryProviders: this.hasSecondaryProviders,
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