Skip to content

Commit

Permalink
batch-fixes-4-dec
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Dec 5, 2023
1 parent 0fba58d commit 3f9881a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<ng-container *ngIf="recognizedError[errorCode] === 0 && !disableInlineAlreadyExistError">
<ng-container
*ngIf="recognizedError[errorCode] === 0 && !disableInlineAlreadyExistError"
>
<ng-container i18n="@@register.emailAlreadyExists"
>This email already exists in our system. Would you like to</ng-container
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,8 @@ <h2 i18n="@@register.yourEmailAddresses" class="orc-font-body margin-top-12">
<mat-error
*ngIf="
emailFormTouched &&
(
this.emails.hasError('email', 'email') ||
this.emails.hasError('pattern', 'email'))
(this.emails.hasError('email', 'email') ||
this.emails.hasError('pattern', 'email'))
"
i18n="@@register.invalidEmail2"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ export class FormPersonalComponent extends BaseForm implements OnInit {
return this.emailConfirmationValid && this.emailValid
}


navigateToSignin(email) {
this._platform
.get()
Expand All @@ -282,6 +281,4 @@ export class FormPersonalComponent extends BaseForm implements OnInit {
})
})
}


}
1 change: 0 additions & 1 deletion src/app/register2/components/register2.scss-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
}
}


::ng-deep {
.valid-password-input {
mat-icon {
Expand Down
3 changes: 0 additions & 3 deletions src/app/register2/components/register2.style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ mat-label.orc-font-small-print {
}

:host ::ng-deep {


mat-card {
margin-top: 32px !important;
}
Expand Down Expand Up @@ -167,7 +165,6 @@ mat-label.orc-font-small-print {
margin-bottom: 0px;
}


mat-vertical-stepper.orcid-stepper-wizard,
mat-horizontal-stepper.orcid-stepper-wizard {
mat-card {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
$warn: map-get($theme, accent);
$foreground: map-get($theme, foreground);
$background: map-get($theme, background);

}
@include theme($orcid-app-theme);

0 comments on commit 3f9881a

Please sign in to comment.