summaryrefslogtreecommitdiffstats
path: root/webapp/components/login
diff options
context:
space:
mode:
authordoh5 <doo@mattermost.com>2017-04-26 09:29:12 -0500
committerCorey Hulen <corey@hulen.com>2017-04-26 07:29:12 -0700
commit41dbb7294673e78361fbef7587258f0bdee7a0f8 (patch)
tree27382e12179b3c85312cb44188079883e9dbb08f /webapp/components/login
parent6fa7082833812c734aeef8ad24477823ee766f1b (diff)
downloadchat-41dbb7294673e78361fbef7587258f0bdee7a0f8.tar.gz
chat-41dbb7294673e78361fbef7587258f0bdee7a0f8.tar.bz2
chat-41dbb7294673e78361fbef7587258f0bdee7a0f8.zip
Add necessary IDs for email sign up (#6233)
* Add necessary IDs for email sign up For selenium automation * Add ID to the main page signup link * Add ID to the select team page * Update select_team_item.jsx
Diffstat (limited to 'webapp/components/login')
-rw-r--r--webapp/components/login/login_controller.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/login/login_controller.jsx b/webapp/components/login/login_controller.jsx
index 34fdc536c..fa3412f34 100644
--- a/webapp/components/login/login_controller.jsx
+++ b/webapp/components/login/login_controller.jsx
@@ -433,6 +433,7 @@ export default class LoginController extends React.Component {
defaultMessage="Don't have an account? "
/>
<Link
+ id='signup'
to={'/signup_user_complete' + this.props.location.search}
className='signup-team-login'
>