summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-11-06 15:41:20 -0800
committerReed Garmsen <rgarmsen2295@gmail.com>2015-11-06 15:41:20 -0800
commitee9aaacf80807213afe1b157f04544ae89e9ad71 (patch)
tree9d96463a5fc842aa48a1490d1351c89accbdc0bb /web
parent53e6e2d242762d8e20a375e12f60faa8e23b7a9b (diff)
downloadchat-ee9aaacf80807213afe1b157f04544ae89e9ad71.tar.gz
chat-ee9aaacf80807213afe1b157f04544ae89e9ad71.tar.bz2
chat-ee9aaacf80807213afe1b157f04544ae89e9ad71.zip
Moved 'Email verified' toast to above the sign-in prompt on the login screen
Diffstat (limited to 'web')
-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>