update for id bug 42
This commit is contained in:
@ -60,7 +60,9 @@ const TheContent = () => {
|
||||
|
||||
}else{
|
||||
console.log("res id ", result.data.id);
|
||||
setUserId(result.data.id);
|
||||
if(data.jsessionid !== result.data.id){
|
||||
setUserId(result.data.id);
|
||||
}
|
||||
}
|
||||
|
||||
console.log("user data posted");
|
||||
|
||||
Reference in New Issue
Block a user