Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 36b09b0

Browse files
author
vikasrohit
committed
Merge pull request #278 from appirio-tech/fixes/vikas-beta-release
SUP-1724, no message for log in if the account is unactivated
2 parents 237cb56 + 8fd7dba commit 36b09b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/account/login/login.controller.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
$log.warn(resp);
3333
switch (resp.status) {
3434
case "ACCOUNT_INACTIVE":
35+
$state.go('registeredSuccessfully');
3536
// user should already be redirected
3637
break;
3738
case "UNKNOWN_ERROR":

app/account/register/registered-successfully.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
img(src="/images/logo_mobile.svg", alt="Topcoder Logo")
55
.arrow
66

7-
p.message Thanks. We've emailed you a reset link. Please check your inbox.
7+
p.message Thanks for joining Topcoder.<br> Weve sent you a confirmation link. Please check your email and click the link to activate your account. If you can't find the message, please email #[a(href="mailto:[email protected]") [email protected]].

0 commit comments

Comments
 (0)