mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
added missing typedoc
This commit is contained in:
@@ -3,8 +3,15 @@ import { IMPERSONATING_COOKIE, REDIRECT_COOKIE } from '../../core/auth/auth.serv
|
||||
import { LANG_COOKIE } from '../../core/locale/locale.service';
|
||||
import { HAS_AGREED_END_USER } from './browser-klaro.service';
|
||||
|
||||
/**
|
||||
* Storage name used to store klaro cookie
|
||||
*/
|
||||
export const ANONYMOUS_STORAGE_NAME_KLARO = 'klaro-anonymous';
|
||||
|
||||
/**
|
||||
* Klaro configuration
|
||||
* For more information see https://kiprotect.com/docs/klaro/annotated-config
|
||||
*/
|
||||
export const klaroConfiguration: any = {
|
||||
storageName: ANONYMOUS_STORAGE_NAME_KLARO,
|
||||
|
||||
|
Reference in New Issue
Block a user