mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
debounce for update requests
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
import { TOKENITEM } from '../../core/auth/models/auth-token-info.model';
|
||||
import { IMPERSONATING_COOKIE, REDIRECT_COOKIE } from '../../core/auth/auth.service';
|
||||
import { LANG_COOKIE } from '../../core/locale/locale.service';
|
||||
import { HAS_AGREED_END_USER } from './browser-klaro.service';
|
||||
|
||||
/**
|
||||
* Cookie for has_agreed_end_user
|
||||
*/
|
||||
export const HAS_AGREED_END_USER = 'dsHasAgreedEndUser';
|
||||
|
||||
/**
|
||||
* Storage name used to store klaro cookie
|
||||
|
Reference in New Issue
Block a user