mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Client: fix client error handling
This commit is contained in:
parent
cc3e2d9b7a
commit
c625a9560b
@ -5,6 +5,7 @@ import { Observable } from 'rxjs/Observable';
|
|||||||
import { Subject } from 'rxjs/Subject';
|
import { Subject } from 'rxjs/Subject';
|
||||||
import 'rxjs/add/operator/map';
|
import 'rxjs/add/operator/map';
|
||||||
import 'rxjs/add/operator/mergeMap';
|
import 'rxjs/add/operator/mergeMap';
|
||||||
|
import 'rxjs/add/observable/throw';
|
||||||
|
|
||||||
// Do not use the barrel (dependency loop)
|
// Do not use the barrel (dependency loop)
|
||||||
import { AuthStatus } from '../../shared/auth/auth-status.model';
|
import { AuthStatus } from '../../shared/auth/auth-status.model';
|
||||||
|
Loading…
Reference in New Issue
Block a user