Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8934 registration add an affiliation with typeahead #2135

Merged
Prev Previous commit
Next Next commit
clean up
  • Loading branch information
Leonardo Mendoza Fernadez authored and Leonardo Mendoza Fernadez committed Jan 15, 2024
commit e435018506f7057d05c71f5156c42dc19670725d
2 changes: 0 additions & 2 deletions src/app/register2/components/step-c/step-c.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ <h2 class="orc-font-body-small" i18n="@@register.step4.3">
<app-form-visibility
formControlName="activitiesVisibilityDefault"
></app-form-visibility>
<!-- <app-form-terms formControlName="termsOfUse"></app-form-terms> -->
<!-- <app-form-anti-robots formControlName="captcha"></app-form-anti-robots> -->
<div class="step-actions">
<button
id="step-c-register-button"
Expand Down
2 changes: 0 additions & 2 deletions src/app/register2/components/step-c2/step-c2.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ <h2 class="orc-font-body-small" i18n="@@register.step3.3">
formControlName="affiliations"
[nextButtonWasClicked]="nextButtonWasClicked"
></app-form-current-employment>
<!-- <app-form-terms formControlName="termsOfUse"></app-form-terms> -->
<!-- <app-form-anti-robots formControlName="captcha"></app-form-anti-robots> -->
<div class="step-actions margin-top-12">
<button
id="step-c-register-button"
Expand Down
Loading