mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Refactored to use process log bitstream
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
/* tslint:disable:no-empty */
|
||||
import { Observable, of as observableOf } from 'rxjs';
|
||||
|
||||
export class AuthServiceMock {
|
||||
public checksAuthenticationToken() {
|
||||
return
|
||||
@@ -6,4 +8,8 @@ export class AuthServiceMock {
|
||||
public buildAuthHeader() {
|
||||
return 'auth-header';
|
||||
}
|
||||
|
||||
public getShortlivedToken(): Observable<string> {
|
||||
return observableOf('token');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user