mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
fixed auth module
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
export const TOKENITEM = 'dsAuthInfo';
|
||||
|
||||
export class AuthTokenInfo {
|
||||
public accessToken: string;
|
||||
public expires?: number;
|
||||
|
Reference in New Issue
Block a user