Proposed authentication service method that sets redirect url and dispatches auth request.

This commit is contained in:
Michael W Spalti
2019-09-05 17:49:56 -07:00
parent f0813fcbc1
commit 0935bd4afd
6 changed files with 79 additions and 175 deletions

View File

@@ -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 */
};