Merge pull request #739 from rgarmsen2295/plt-39

PLT-39 Clicking "Resend email" on the verification page now confirms email was sent
Этот коммит содержится в:
Christopher Speller
2015-09-23 08:19:45 -04:00
родитель f340d21cf4 b4be8eb554
Коммит 772a4337c6
3 изменённых файлов: 17 добавлений и 4 удалений

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

@@ -9,6 +9,7 @@ global.window.setupVerifyPage = function setupVerifyPage(props) {
isVerified={props.IsVerified}
teamURL={props.TeamURL}
userEmail={props.UserEmail}
resendSuccess={props.ResendSuccess}
/>,
document.getElementById('verify')
);