summaryrefslogtreecommitdiffstats
path: root/webapp/components/signup/signup_controller.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/signup/signup_controller.jsx')
-rw-r--r--webapp/components/signup/signup_controller.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/signup/signup_controller.jsx b/webapp/components/signup/signup_controller.jsx
index eb1020478..ea6e69f0a 100644
--- a/webapp/components/signup/signup_controller.jsx
+++ b/webapp/components/signup/signup_controller.jsx
@@ -113,7 +113,7 @@ export default class SignupController extends React.Component {
handleInvalidInvite = (err) => {
let serverError;
- if (err.id === 'store.sql_user.save.max_accounts.app_error') {
+ if (err.server_error_id === 'store.sql_user.save.max_accounts.app_error') {
serverError = err.message;
} else {
serverError = (
@@ -209,7 +209,7 @@ export default class SignupController extends React.Component {
</span>
</span>
</a>
- );
+ );
}
if (global.window.mm_license.IsLicensed === 'true' && global.window.mm_config.EnableLdap === 'true') {