mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
Branch change commit
This commit is contained in:
@@ -62,6 +62,7 @@ export class AuthEffects {
|
||||
* Authenticate user.
|
||||
* @method authenticate
|
||||
*/
|
||||
/*
|
||||
@Effect()
|
||||
public shibbolethAuthenticate$: Observable<Action> = this.actions$.pipe(
|
||||
ofType(AuthActionTypes.START_SHIBBOLETH_AUTHENTICATION),
|
||||
@@ -73,6 +74,7 @@ export class AuthEffects {
|
||||
);
|
||||
})
|
||||
);
|
||||
*/
|
||||
|
||||
/**
|
||||
* Shib Login.
|
||||
|
Reference in New Issue
Block a user