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
Этот коммит содержится в:
Christopher Speller
2015-11-09 15:28:37 -05:00
родитель 774358bcee ee9aaacf80
Коммит 66e8dc5fb9

Просмотреть файл

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