Added logs for server debug

This commit is contained in:
Julius Gruber
2019-06-27 15:19:30 +02:00
parent 7c243623c8
commit 71f281516a
5 changed files with 11 additions and 44 deletions

View File

@@ -64,7 +64,7 @@ export class AuthEffects {
*/
@Effect()
public shibbLogin$: Observable<Action> = this.actions$.pipe(
ofType(AuthActionTypes.SHIBB_LOGIN),
ofType(AuthActionTypes.GET_JWT_AFTER_SHIBB_LOGIN),
switchMap((action: GetJWTafterShibbLoginAction) => {
return this.authService.startShibbAuth().pipe(
take(1),