summaryrefslogtreecommitdiffstats
path: root/web/react/components/signup_user_complete.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-15 19:09:50 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-15 19:09:50 -0700
commit5e2f701e6c6c8bfa87b2913100365b45264470c3 (patch)
tree6256da99df4c8bb021aea3ede4953593d3e30a38 /web/react/components/signup_user_complete.jsx
parentb2a679c25da42c4665059965830858da4f0ec238 (diff)
downloadchat-5e2f701e6c6c8bfa87b2913100365b45264470c3.tar.gz
chat-5e2f701e6c6c8bfa87b2913100365b45264470c3.tar.bz2
chat-5e2f701e6c6c8bfa87b2913100365b45264470c3.zip
Removing old config stuff
Diffstat (limited to 'web/react/components/signup_user_complete.jsx')
-rw-r--r--web/react/components/signup_user_complete.jsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/web/react/components/signup_user_complete.jsx b/web/react/components/signup_user_complete.jsx
index e021c9cd1..7d0b20c7e 100644
--- a/web/react/components/signup_user_complete.jsx
+++ b/web/react/components/signup_user_complete.jsx
@@ -236,11 +236,6 @@ export default class SignupUserComplete extends React.Component {
);
}
- var termsDisclaimer = null;
- if (global.window.config.ShowTermsDuringSignup) {
- termsDisclaimer = <p>By creating an account and using Mattermost you are agreeing to our <a href='/static/help/terms.html'>Terms of Service</a>. If you do not agree, you cannot use this service.</p>;
- }
-
return (
<div>
<form>