summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-09 15:28:37 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-09 15:28:37 -0500
commit66e8dc5fb93ca94da7159a122de987ffb49be66f (patch)
tree1a14b0e0165d1d56513d1856c9a5f03b38f736e1 /web/react
parent774358bcee8bc6e9bd5840dc547c0fc35ff3ddb3 (diff)
parentee9aaacf80807213afe1b157f04544ae89e9ad71 (diff)
downloadchat-66e8dc5fb93ca94da7159a122de987ffb49be66f.tar.gz
chat-66e8dc5fb93ca94da7159a122de987ffb49be66f.tar.bz2
chat-66e8dc5fb93ca94da7159a122de987ffb49be66f.zip
Merge pull request #1350 from rgarmsen2295/plt-597
PLT-597 Moves the 'Email verified' toast to above the sign-in prompt on the login screen
Diffstat (limited to 'web/react')
-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 2b9ce67ca..f7f5bd23d 100644
--- a/web/react/components/login.jsx
+++ b/web/react/components/login.jsx
@@ -215,11 +215,11 @@ export default class Login extends React.Component {
return (
<div className='signup-team__container'>
+ {verifiedBox}
<h5 className='margin--less'>{'Sign in to:'}</h5>
<h2 className='signup-team__name'>{teamDisplayName}</h2>
<h2 className='signup-team__subdomain'>{'on '}{global.window.mm_config.SiteName}</h2>
<form onSubmit={this.handleSubmit}>
- {verifiedBox}
<div className={'form-group' + errorClass}>
{serverError}
</div>