aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_modals/register-modal
diff options
context:
space:
mode:
authorSonja Galovic <galovicsonja@gmail.com>2022-03-23 18:00:34 +0100
committerSonja Galovic <galovicsonja@gmail.com>2022-03-23 18:00:34 +0100
commit9bcf6d9b855e78e274d13fc2f121e2e51259ce21 (patch)
tree3950ba05e39ee462617a0628c520d8d65d72f427 /frontend/src/app/_modals/register-modal
parentc77852e3935319559a3021c0bd74383731a72767 (diff)
Profile page - izmena profila uskladjena sa back-om.
Diffstat (limited to 'frontend/src/app/_modals/register-modal')
-rw-r--r--frontend/src/app/_modals/register-modal/register-modal.component.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/app/_modals/register-modal/register-modal.component.ts b/frontend/src/app/_modals/register-modal/register-modal.component.ts
index c045f1ce..fe0de92f 100644
--- a/frontend/src/app/_modals/register-modal/register-modal.component.ts
+++ b/frontend/src/app/_modals/register-modal/register-modal.component.ts
@@ -129,7 +129,8 @@ export class RegisterModalComponent implements OnInit {
lastName: this.lastName,
username: this.username,
password: this.pass1,
- email: this.email
+ email: this.email,
+ photoId: "1"
}
this.authService.register(user)