mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Moved Shibboleth route to DECLARATIONS array
This commit is contained in:
@@ -112,7 +112,8 @@ const DECLARATIONS = [
|
|||||||
FooterComponent,
|
FooterComponent,
|
||||||
PageNotFoundComponent,
|
PageNotFoundComponent,
|
||||||
NotificationComponent,
|
NotificationComponent,
|
||||||
NotificationsBoardComponent
|
NotificationsBoardComponent,
|
||||||
|
ShibbolethComponent
|
||||||
];
|
];
|
||||||
|
|
||||||
const EXPORTS = [
|
const EXPORTS = [
|
||||||
@@ -128,8 +129,7 @@ const EXPORTS = [
|
|||||||
...PROVIDERS
|
...PROVIDERS
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
...DECLARATIONS,
|
...DECLARATIONS
|
||||||
ShibbolethComponent,
|
|
||||||
],
|
],
|
||||||
exports: [
|
exports: [
|
||||||
...EXPORTS
|
...EXPORTS
|
||||||
|
@@ -53,4 +53,6 @@ export class AuthStatus implements CacheableObject {
|
|||||||
* The self link of this auth status' REST object
|
* The self link of this auth status' REST object
|
||||||
*/
|
*/
|
||||||
self: string;
|
self: string;
|
||||||
|
|
||||||
|
ssoLoginUrl: string;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user