diff options
Diffstat (limited to 'ecomp-portal-FE/mock/ecomp/data/user-profile/user-static-info.json')
-rw-r--r-- | ecomp-portal-FE/mock/ecomp/data/user-profile/user-static-info.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ecomp-portal-FE/mock/ecomp/data/user-profile/user-static-info.json b/ecomp-portal-FE/mock/ecomp/data/user-profile/user-static-info.json new file mode 100644 index 00000000..85f5552f --- /dev/null +++ b/ecomp-portal-FE/mock/ecomp/data/user-profile/user-static-info.json @@ -0,0 +1,7 @@ +{ + "firstName": "Demo", + "lastName": "User", + "userId": "demo", + "email": "demo@openecomp.org", + "contact_us_link": "https://localhost/display/EcompPortal/ECOMP+Portal+Home" +}
\ No newline at end of file |