Requested changes implemented - basic functionality working

This commit is contained in:
Julius Gruber
2019-09-19 13:43:36 +02:00
parent 62cbba5982
commit 52ef2acb08
14 changed files with 33 additions and 21 deletions

View File

@@ -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.