getProfile Error #46
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
when we run the frontend project react shows an error inside browser which is mentioning 401 authentication error. this should be because som api's are being called when they shouldn't be.
Backend route added (auth.controller.ts)
Frontend interceptor fix (client.ts)
Quieter logging (useAuth.tsx)