summaryrefslogtreecommitdiff
path: root/src/views/Unauthorized/index.js
AgeCommit message (Collapse)AuthorFilesLines
2020-10-21Show error toast notification on unauthorized accessSukanya Pandey1-2/+0
-When 403 status code which is an unauthorized access occured -show error toast notification. Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I55fa7052073f87f28c3584b68fd4e84247a4237e
2020-01-29Add interceptor for 403 responseDerick Montague1-0/+2
This is a simple solution that is in parity with the current BMC functionality. Once we have mapped permissions, we can create a more elegant solution. Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Id3ea36ba812462be04a450f84f98d0237d6c7c3d