diff --git a/libs/auth/src/angular/login/login-secondary-content.component.ts b/libs/auth/src/angular/login/login-secondary-content.component.ts index e7df52954e..e3badc7df0 100644 --- a/libs/auth/src/angular/login/login-secondary-content.component.ts +++ b/libs/auth/src/angular/login/login-secondary-content.component.ts @@ -27,8 +27,4 @@ export class LoginSecondaryContentComponent { // also passes the email address to the registration page. We need to find a way to // do this now that the "Create account" link is in a separate component as // secondary content. - - // TODO-rr-bw: Also need to make sure clicking the "Create account" link doesn't - // trigger form validation, causing the link to jump down on the page. See comment - // on this in the original web login.component.html (lines 51-57). } diff --git a/libs/auth/src/angular/login/login.component.html b/libs/auth/src/angular/login/login.component.html index 93c9577fcb..4c4ffc2742 100644 --- a/libs/auth/src/angular/login/login.component.html +++ b/libs/auth/src/angular/login/login.component.html @@ -84,7 +84,7 @@