summaryrefslogtreecommitdiffstats
path: root/web/react/components/login.jsx
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-07-28 11:41:44 -0400
committerJoramWilander <jwawilander@gmail.com>2015-07-28 11:41:44 -0400
commit0bfc769b4dc03538b5ee1897a33febf7a45226a2 (patch)
tree26170b66c47a5301f185764189a8276bc7623feb /web/react/components/login.jsx
parentff362b77929cbb65f941e14144472f7d6ca9d430 (diff)
downloadchat-0bfc769b4dc03538b5ee1897a33febf7a45226a2.tar.gz
chat-0bfc769b4dc03538b5ee1897a33febf7a45226a2.tar.bz2
chat-0bfc769b4dc03538b5ee1897a33febf7a45226a2.zip
updated user sign up page and login page with new UI details
Diffstat (limited to 'web/react/components/login.jsx')
-rw-r--r--web/react/components/login.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/login.jsx b/web/react/components/login.jsx
index 45b558dca..fe0a47777 100644
--- a/web/react/components/login.jsx
+++ b/web/react/components/login.jsx
@@ -105,7 +105,7 @@ module.exports = React.createClass({
<div className="signup-team__container">
<h5 className="margin--less">Sign in to:</h5>
<h2 className="signup-team__name">{ teamDisplayName }</h2>
- <h2 className="signup-team__subdomain">on { teamName }</h2>
+ <h2 className="signup-team__subdomain">on { config.SiteName }</h2>
<form onSubmit={this.handleSubmit}>
<div className={server_error ? 'form-group has-error' : 'form-group'}>
{ server_error }