From a4ff3100d36f2fe9a4dfc00e8487c28a94433c4f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 6 Aug 2020 15:25:19 +0200 Subject: Cleanup tokens logic in embed --- client/src/root-helpers/user-keys.ts | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 client/src/root-helpers/user-keys.ts (limited to 'client/src/root-helpers/user-keys.ts') diff --git a/client/src/root-helpers/user-keys.ts b/client/src/root-helpers/user-keys.ts deleted file mode 100644 index 897be8c43..000000000 --- a/client/src/root-helpers/user-keys.ts +++ /dev/null @@ -1,15 +0,0 @@ -export const UserKeys = { - ID: 'id', - ROLE: 'role', - EMAIL: 'email', - VIDEOS_HISTORY_ENABLED: 'videos-history-enabled', - USERNAME: 'username', - NSFW_POLICY: 'nsfw_policy', - WEBTORRENT_ENABLED: 'peertube-videojs-' + 'webtorrent_enabled', - AUTO_PLAY_VIDEO: 'auto_play_video', - SESSION_STORAGE_AUTO_PLAY_NEXT_VIDEO: 'auto_play_next_video', - AUTO_PLAY_VIDEO_PLAYLIST: 'auto_play_video_playlist', - THEME: 'theme', - LAST_ACTIVE_THEME: 'last_active_theme', - VIDEO_LANGUAGES: 'video_languages' -} -- cgit v1.2.3