What does the function named "getuserbytoken" do. how can I remove this function.
Hi,
getUserByToken is a function to get the authenticated user using the token stored in the user's local cache.
The function can be found in this file:
demo1/src/app/modules/auth/services/auth.service.ts
It is not possible to remove it by a few configurations. You have to remove it in several files. It is located in 4 files. You can use text search to find it.
<img src="https://i.ibb.co/ZzHqssk/image.png" alt="image" border="0">
Thanks