avoid the need for useGetIdentity
My identity is not changing from page to page, we have our usernmae and profile avatar on the top bar, is there anyway of getting this information without querying moving from page to page
I am trying reduce the amount of queries
is there a way of getting the logged in user data with out querying with useGetIdentity and without session storage
I am trying reduce the amount of queries
is there a way of getting the logged in user data with out querying with useGetIdentity and without session storage
