diff --git a/src/app/core/models/user.models.ts b/src/app/core/models/user.models.ts
index 39d2840a..9c4c2757 100644
--- a/src/app/core/models/user.models.ts
+++ b/src/app/core/models/user.models.ts
@@ -1,8 +1,7 @@
//ví dụ
+export const DEFAULT_BG = 'https://wallpaper.dog/large/10932813.jpg';
export const DEFAULT_AVATAR =
- 'https://i.pinimg.com/736x/91/12/02/911202d369ed382e806e246dca39399e.jpg';
-export const DEFAULT_BG =
- 'https://i.pinimg.com/736x/2f/5f/0e/2f5f0e56562fbef9ca734f233fa2c0b0.jpg';
+ 'https://static.vecteezy.com/system/resources/previews/023/329/545/large_2x/user-profile-shadow-symbol-icon-isolated-illustration-vector.jpg';
export type User = {
userId: string; // id của user
diff --git a/src/app/core/services/config-service/api.enpoints.ts b/src/app/core/services/config-service/api.enpoints.ts
index a34255c7..ff4a250a 100644
--- a/src/app/core/services/config-service/api.enpoints.ts
+++ b/src/app/core/services/config-service/api.enpoints.ts
@@ -12,7 +12,7 @@ export const version = 'v1';
export const API_CONFIG = {
BASE_URLS: {
- MAIN_API: environment.IP_SERVER, //chạy ở local thì đổi ip thành IP_SERVER_LOCAL và thêm "+ version" vào chuỗi MAIN_API (sau IP). push lên github nhớ stash commit hoặc không làm thay đổi dòng này.
+ MAIN_API: environment.IP_SERVER_LOCAL + version, //chạy ở local thì đổi ip thành IP_SERVER_LOCAL và thêm "+ version" vào chuỗi MAIN_API (sau IP). push lên github nhớ stash commit hoặc không làm thay đổi dòng này.
SECONDARY_API: '',
},
ENDPOINTS: {
diff --git a/src/app/features/profile/component/updateform/profile-popup/update-profile.html b/src/app/features/profile/component/updateform/profile-popup/update-profile.html
index d2cde969..f4e0ae8f 100644
--- a/src/app/features/profile/component/updateform/profile-popup/update-profile.html
+++ b/src/app/features/profile/component/updateform/profile-popup/update-profile.html
@@ -1,20 +1,196 @@
@if (!isLoading && (hasError || !user)) {
-
-
-
-
Không có dữ liệu
+
+
+
+
Không có dữ liệu
+
+ } @if (hasError!=true ) {
+
+
+
+
- }
-
- @if (hasError!=true ) {
-
-
-
-
+ } @if (hasError!=true ) {
+
+
+
+
+
+
+
+
+
+
+
+ Trình độ học vấn
+
+
+
+
+
+ Giới tính
+ @if (selectedGender) {
+
+ }
+
+
+ Ngày sinh
+ @if (dob !== null) {
+
+ }
+
+
+
+
+ Thành phố
+
+
+
+
+
+
+ @for (link of links; track link; let i = $index) {
+