added user csv data

This commit is contained in:
2021-08-23 18:53:44 +05:30
parent 625c3085cd
commit a67646e4e8
9 changed files with 17 additions and 15 deletions

View File

@ -98,7 +98,9 @@ const TheContent = () => {
if (SsoSession !== null) {
fetchUser().then(() => {
let id = Math.floor(100000 + Math.random() * 900000)
setUserId(id);
if(UserId === ''){
setUserId(id);
}
const _firstname = UserData.firstname;
const _lastname = UserData.lastname;
const _email = UserData.email;