Fix #42
This commit is contained in:
parent
7ada44ea23
commit
b929968be8
@ -36,6 +36,7 @@ export class ProfileComponent implements OnInit {
|
|||||||
result = JSON.parse(result);
|
result = JSON.parse(result);
|
||||||
this.form.username = result.data.username;
|
this.form.username = result.data.username;
|
||||||
this.form.password = result.data.password;
|
this.form.password = result.data.password;
|
||||||
|
this.form.email = result.data.email;
|
||||||
this.userId = result.data.telegram_user_id;
|
this.userId = result.data.telegram_user_id;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user