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
This commit is contained in:
Christopher Speller
2015-11-09 15:28:37 -05:00

View File

@@ -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>