I have a function in a .ts file in the web workspace, I need to get the details of the current user, right now what I'm doing is calling the function from a .tsx file and passing the user details as a parameter to the function in .ts file. Is there a way for me to directly get the user details inside the .ts file so that I don't have to pass the user details from .tsx file.
#Get user details in .ts file in web workspace
1 messages · Page 1 of 1 (latest)