mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Requested changes implemented - basic functionality working
This commit is contained in:
@@ -58,11 +58,10 @@ export class AuthEffects {
|
||||
})
|
||||
);
|
||||
|
||||
/**
|
||||
/* /!**
|
||||
* Authenticate user.
|
||||
* @method authenticate
|
||||
*/
|
||||
/*
|
||||
*!/
|
||||
@Effect()
|
||||
public shibbolethAuthenticate$: Observable<Action> = this.actions$.pipe(
|
||||
ofType(AuthActionTypes.START_SHIBBOLETH_AUTHENTICATION),
|
||||
@@ -73,8 +72,7 @@ export class AuthEffects {
|
||||
catchError((error) => observableOf(new AuthenticationErrorAction(error)))
|
||||
);
|
||||
})
|
||||
);
|
||||
*/
|
||||
);*/
|
||||
|
||||
/**
|
||||
* Shib Login.
|
||||
|
Reference in New Issue
Block a user