From 126eaabea5edf8df4ed0dfb9c7af4ea246a5628a Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Mon, 23 Dec 2019 13:33:52 -0600 Subject: Add interceptor for 403 response 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 Change-Id: Id3ea36ba812462be04a450f84f98d0237d6c7c3d --- src/views/Unauthorized/index.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/views/Unauthorized/index.js (limited to 'src/views/Unauthorized/index.js') diff --git a/src/views/Unauthorized/index.js b/src/views/Unauthorized/index.js new file mode 100644 index 00000000..4b4364bf --- /dev/null +++ b/src/views/Unauthorized/index.js @@ -0,0 +1,2 @@ +import Unauthorized from './Unauthorized.vue'; +export default Unauthorized; -- cgit v1.2.3