mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
79700: Tracking idleness & idle modal
This commit is contained in:
@@ -19,4 +19,11 @@ export class AuthServiceMock {
|
||||
|
||||
public setRedirectUrl(url: string) {
|
||||
}
|
||||
|
||||
public trackTokenExpiration(): void {
|
||||
}
|
||||
|
||||
public isUserIdle(): Observable<boolean> {
|
||||
return observableOf(false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user