61561: resolving second todo in auth srvice

This commit is contained in:
lotte
2019-04-08 15:55:09 +02:00
parent 1ceae322de
commit b443890848
10 changed files with 29 additions and 21 deletions

View File

@@ -3,8 +3,9 @@ import { AuthTokenInfo } from './auth-token-info.model';
import { EPerson } from '../../eperson/models/eperson.model';
import { RemoteData } from '../../data/remote-data';
import { Observable } from 'rxjs';
import { CacheableObject } from '../../cache/object-cache.reducer';
export class AuthStatus {
export class AuthStatus implements CacheableObject {
id: string;