TwentyT
Twenty8mo ago
agent.rs

Getting Member role event if I log in with admin account

Hey @prastoin and team,

Even if I'm an Admin, I'm getting Member when I log in to the admin workspace when I log below:

const currentWorkspace = useRecoilValue(currentWorkspaceState);
const currentUser = useRecoilValue(currentUserState);

console.log('Current workspace:', currentWorkspace?.defaultRole?.label);
console.log('Current user:', currentUser);
image.png
image.png
image.png
image.png
image.png
Was this page helpful?