mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
74612: 403 page + redirect to login on unauthorized
This commit is contained in:
@@ -61,6 +61,12 @@ export function getUnauthorizedRoute() {
|
||||
return `/${UNAUTHORIZED_PATH}`;
|
||||
}
|
||||
|
||||
export const FORBIDDEN_PATH = '403';
|
||||
|
||||
export function getForbiddenRoute() {
|
||||
return `/${FORBIDDEN_PATH}`;
|
||||
}
|
||||
|
||||
export const PAGE_NOT_FOUND_PATH = '404';
|
||||
|
||||
export function getPageNotFoundRoute() {
|
||||
|
Reference in New Issue
Block a user