diff --git a/src/app/models/user.model.ts b/src/app/models/user.model.ts index e3d914970..410592946 100644 --- a/src/app/models/user.model.ts +++ b/src/app/models/user.model.ts @@ -13,7 +13,6 @@ export class LoginUserRespose { FullName: string RoleDescription: string RoleID: number - UserName: string Profile: any; UserPermissions: any; } @@ -34,7 +33,6 @@ export class UserSession { FullName: string RoleDescription: string RoleID: number - UserName: string Password: string RochetChatUserId: string Profile: 'PR' | 'MDGPR' | 'Consultant' | 'SGGPR' | 'Unknown' ; diff --git a/src/app/ui/chat/component/group-contacts/group-contacts.page.html b/src/app/ui/chat/component/group-contacts/group-contacts.page.html index 41ea43bed..65dd2271e 100644 --- a/src/app/ui/chat/component/group-contacts/group-contacts.page.html +++ b/src/app/ui/chat/component/group-contacts/group-contacts.page.html @@ -38,7 +38,7 @@
Contactos selecção: -
+

{{user.wxFullName }}

diff --git a/src/app/ui/chat/modal/group-contacts/group-contacts.page.html b/src/app/ui/chat/modal/group-contacts/group-contacts.page.html index ec158da9b..7cecbb8dd 100644 --- a/src/app/ui/chat/modal/group-contacts/group-contacts.page.html +++ b/src/app/ui/chat/modal/group-contacts/group-contacts.page.html @@ -34,7 +34,7 @@
Contactos selecção:
- +

{{user.name}}

diff --git a/version/git-version.ts b/version/git-version.ts index 702b4f574..3333d1ed5 100644 --- a/version/git-version.ts +++ b/version/git-version.ts @@ -1,11 +1,11 @@ export let versionData = { - "shortSHA": "ecb2f6c08", - "SHA": "ecb2f6c08ec1b5c587d400f3ba2c85e96c1ed243", + "shortSHA": "0889e8240", + "SHA": "0889e824059f11f674538c5adccbcf4790693708", "branch": "feature/login-v2", "lastCommitAuthor": "'Peter Maquiran'", - "lastCommitTime": "'Wed Nov 6 08:24:37 2024 +0100'", - "lastCommitMessage": "remove chat data and ownerCalendar", - "lastCommitNumber": "6124", - "changeStatus": "On branch feature/login-v2\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: gabinete-digital-fo.code-workspace\n\tmodified: src/app/app.module.ts\n\tmodified: src/app/core/user/use-case/user-login-use-case.service.ts\n\tmodified: src/app/models/user.model.ts\n\tmodified: src/app/module/user/data/datasource/user-remote-repository.service.ts\n\tmodified: src/app/module/user/domain/user.service.ts\n\tmodified: src/app/pages/login/login.module.ts\n\tmodified: src/app/pages/login/login.page.ts\n\tmodified: src/app/services/auth.service.ts\n\tmodified: src/app/services/monitoring/opentelemetry/opentelemetry.ts\n\tmodified: src/app/services/monitoring/opentelemetry/tracer.ts\n\tmodified: src/app/services/notification/notifications-ends-points.service.ts\n\tmodified: src/app/services/notification/notifications-trigger.service.ts\n\tmodified: src/app/services/notifications.service.ts\n\tmodified: version/git-version.ts", + "lastCommitTime": "'Wed Nov 6 09:13:36 2024 +0100'", + "lastCommitMessage": "remove basic", + "lastCommitNumber": "6125", + "changeStatus": "On branch feature/login-v2\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: src/app/models/user.model.ts\n\tmodified: src/app/ui/chat/component/group-contacts/group-contacts.page.html\n\tmodified: src/app/ui/chat/modal/group-contacts/group-contacts.page.html", "changeAuthor": "peter.maquiran" } \ No newline at end of file