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,
|
||||
PageNotFoundComponent,
|
||||
NotificationComponent,
|
||||
NotificationsBoardComponent
|
||||
NotificationsBoardComponent,
|
||||
ShibbolethComponent
|
||||
];
|
||||
|
||||
const EXPORTS = [
|
||||
@@ -128,8 +129,7 @@ const EXPORTS = [
|
||||
...PROVIDERS
|
||||
],
|
||||
declarations: [
|
||||
...DECLARATIONS,
|
||||
ShibbolethComponent,
|
||||
...DECLARATIONS
|
||||
],
|
||||
exports: [
|
||||
...EXPORTS
|
||||
|
@@ -53,4 +53,6 @@ export class AuthStatus implements CacheableObject {
|
||||
* The self link of this auth status' REST object
|
||||
*/
|
||||
self: string;
|
||||
|
||||
ssoLoginUrl: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user