diff options
author | Sudarshan Kumar <sudarshan.kumar@att.com> | 2020-03-30 16:59:58 +0530 |
---|---|---|
committer | Sudarshan Kumar <sudarshan.kumar@att.com> | 2020-03-30 17:01:20 +0530 |
commit | 72bff4d6db3a055c453b76ef82f0ec013edf55ca (patch) | |
tree | 4bcab60cd0cf7947b3c10ca903b89542bfc30f7f /portal-FE-os/src/app/pages/users/new-user-modal/new-user-modal.component.ts | |
parent | 70aa24130b5dfa987e079a68ea350ddcb5c66dc9 (diff) |
Changes made for Role assignment
Support Addition of Roles to Non Human User Id
Issue-ID: PORTAL-866
Change-Id: Ib45f4f56ca97c89e3305090dc5c61a9960049a54
Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
Diffstat (limited to 'portal-FE-os/src/app/pages/users/new-user-modal/new-user-modal.component.ts')
-rw-r--r-- | portal-FE-os/src/app/pages/users/new-user-modal/new-user-modal.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portal-FE-os/src/app/pages/users/new-user-modal/new-user-modal.component.ts b/portal-FE-os/src/app/pages/users/new-user-modal/new-user-modal.component.ts index 76c14f17..e5133a92 100644 --- a/portal-FE-os/src/app/pages/users/new-user-modal/new-user-modal.component.ts +++ b/portal-FE-os/src/app/pages/users/new-user-modal/new-user-modal.component.ts @@ -122,7 +122,7 @@ export class NewUserModalComponent implements OnInit { searchUserRadioChange($event: MatRadioChange) { if ($event.value === 'System') { this.searchTitleText = 'Enter System UserID'; - this.placeholderText = 'xxxxxx@org.com'; + this.placeholderText = 'xxxxxx or xxxxxx@org.com'; this.isSystemUserCheck = true; } else { this.searchTitleText = 'Enter First Name, Last Name or ATTUID'; |