Branch change commit

This commit is contained in:
Julius Gruber
2019-09-05 08:00:54 +02:00
parent 6167012e32
commit 917783e34b
4 changed files with 11 additions and 6 deletions

View File

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