diff --git a/frontend/src/app/Views/profile/profile.component.ts b/frontend/src/app/Views/profile/profile.component.ts index 6ce31bf..795d4ba 100644 --- a/frontend/src/app/Views/profile/profile.component.ts +++ b/frontend/src/app/Views/profile/profile.component.ts @@ -36,6 +36,7 @@ export class ProfileComponent implements OnInit { result = JSON.parse(result); this.form.username = result.data.username; this.form.password = result.data.password; + this.form.email = result.data.email; this.userId = result.data.telegram_user_id; }); }