mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
Proposed authentication service method that sets redirect url and dispatches auth request.
This commit is contained in:
@@ -29,7 +29,7 @@ export const routeServiceStub: any = {
|
||||
return observableOf({})
|
||||
},
|
||||
getHistory: () => {
|
||||
return observableOf(['/home','collection/123','/login'])
|
||||
return observableOf(['/home','/collection/123','/home'])
|
||||
}
|
||||
/* tslint:enable:no-empty */
|
||||
};
|
||||
|
Reference in New Issue
Block a user