A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Yes, well I wanted to get infomation from a User like: Email,Name etc.. But I fixed it by using the :
var currentUser = CommunitySystem.CurrentContext.DefaultSecurity.CurrentUser;
Cheers!
As the subject says: I want to retrieve information from my user using IUser.
Is there any way to get this information without using "Select 'user' from database?