mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
61561: resolving second todo in auth srvice
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user