Skip to content

Commit

Permalink
with somechanges
Browse files Browse the repository at this point in the history
  • Loading branch information
GauravD2t committed Dec 13, 2023
1 parent a5c7eb2 commit e69918a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h1 class="mb-4">{{'bitstream-request-a-copy.header' | translate}}</h1>
<button
[disabled]="!registrationVerification || registrationVerification && !isRecaptchaCookieAccepted() || disableUntilChecked"
class="btn btn-default btn-primary"
(click)="register()">{{'bitstream-request-a-copy.submit' | translate}}</button>
(click)="onSubmit()">{{'bitstream-request-a-copy.submit' | translate}}</button>
</div>
</div>
</div>

0 comments on commit e69918a

Please sign in to comment.