diff options
Diffstat (limited to 'frontend/src/app/_modals/register-modal/register-modal.component.html')
| -rw-r--r-- | frontend/src/app/_modals/register-modal/register-modal.component.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/frontend/src/app/_modals/register-modal/register-modal.component.html b/frontend/src/app/_modals/register-modal/register-modal.component.html index d76af4d6..0c791a61 100644 --- a/frontend/src/app/_modals/register-modal/register-modal.component.html +++ b/frontend/src/app/_modals/register-modal/register-modal.component.html @@ -6,7 +6,7 @@                <mat-icon>close</mat-icon>              </button>              <h1 class="mt-5 mb-4">Registracija</h1> -            <form class="mx-4"> +            <form class="mx-4" (keydown)="doRegisterWithEnterKey($event)">                  <!--Ime-->                  <div>                      <mat-form-field appearance="fill"> | 
