diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-10 21:22:12 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-10 21:22:12 +0200 |
commit | 5bd53a2462836bf487835b2c326cb7785f0b1f56 (patch) | |
tree | 8aa1fd13120991f6dc8d2cc2e6f8568e4db6766f /frontend/src/app/_modals/register-modal/register-modal.component.html | |
parent | 1bbc4ed9e3783b2363c71048c415b84803c26b6b (diff) | |
parent | 49fe1624676ccf1faec6454934d636e656194c4f (diff) |
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into redesign
# Conflicts:
# frontend/src/app/_elements/form-model/form-model.component.ts
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"> |