You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
♻️ refactor : Improve readability by using HTTP_STATUS.UNAUTHORIZED constant
- Replaced the hard-coded 401 status code with the HTTP_STATUS.UNAUTHORIZED constant.
- This change improves the readability of the code and makes it easier to understand the meaning of the status code.
Related issue: #128
0 commit comments